POST api/getwaterwrwan/page
Request Information
URI Parameters
None.
Body Parameters
canshuwrw| Name | Description | Type | Additional information |
|---|---|---|---|
| jcd | string |
None. |
|
| dts | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"jcd": "sample string 1",
"dts": "2026-01-11T09:00:26.6533656+08:00"
}
application/xml, text/xml
Sample:
<canshuwrw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models"> <dts>2026-01-11T09:00:26.6533656+08:00</dts> <jcd>sample string 1</jcd> </canshuwrw>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResultOfListOfwaterquility| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Data | Collection of waterquility |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 2",
"Data": [
{
"name": "sample string 1",
"datatime": "sample string 2",
"w21003": 3.1,
"w01019": 4.1,
"w21001": 5.1,
"w21011": 6.1,
"w01009": 7.1,
"wq": "sample string 8",
"wrw": "sample string 9"
},
{
"name": "sample string 1",
"datatime": "sample string 2",
"w21003": 3.1,
"w01019": 4.1,
"w21001": 5.1,
"w21011": 6.1,
"w01009": 7.1,
"wq": "sample string 8",
"wrw": "sample string 9"
}
]
}
application/xml, text/xml
Sample:
<ApiResultOfArrayOfwaterquilityAEbSR8nT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YC.Core" />