POST api/getwaterqulity/detail
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:44.8662633+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:44.8662633+08:00</dts> <jcd>sample string 1</jcd> </canshuwrw>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResultOfwaterpj| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Data | waterpj |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 2",
"Data": {
"waterquilitylist": [
{
"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"
}
],
"hashvaluelist": [
{
"id": "sample string 1",
"name": "sample string 2"
},
{
"id": "sample string 1",
"name": "sample string 2"
}
],
"jcdcount": 1
}
}
application/xml, text/xml
Sample:
<ApiResultOfwaterpjAEbSR8nT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YC.Core" />