POST api/WX/cpisApi_JKJC_SetXT?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
JKJC_XT| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| WXID | string |
None. |
|
| SJ | date |
None. |
|
| VALUE | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"WXID": "sample string 2",
"SJ": "2026-06-05T01:06:16.1633385+08:00",
"VALUE": 3.1
}
application/xml, text/xml
Sample:
<JKJC_XT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common"> <ID>1</ID> <SJ>2026-06-05T01:06:16.1633385+08:00</SJ> <VALUE>3.1</VALUE> <WXID>sample string 2</WXID> </JKJC_XT>
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>