POST api/WX/cpisApi_JKJC_SetXY?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
JKJC_XY| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| WXID | string |
None. |
|
| SJ | date |
None. |
|
| SZY | decimal number |
None. |
|
| SSY | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"WXID": "sample string 2",
"SJ": "2026-06-04T19:51:30.4076786+08:00",
"SZY": 3.1,
"SSY": 4.1
}
application/xml, text/xml
Sample:
<JKJC_XY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common"> <ID>1</ID> <SJ>2026-06-04T19:51:30.4076786+08:00</SJ> <SSY>4.1</SSY> <SZY>3.1</SZY> <WXID>sample string 2</WXID> </JKJC_XY>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
JsonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| date | string |
None. |
|
| result | Object |
None. |
|
| count | integer |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"date": "sample string 2",
"result": {},
"count": 4,
"message": "sample string 5"
}
application/xml, text/xml
Sample:
<JsonResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common"> <code>sample string 1</code> <count>4</count> <date>sample string 2</date> <message>sample string 5</message> <result /> </JsonResult>