POST api/LcywsyXmgl/GCP_SszzmInfoSync?token={token}&CZLX={CZLX}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| CZLX | string |
Required |
Body Parameters
GCP_SSZZM| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| BT | string |
None. |
|
| XMMS | string |
None. |
|
| RXBZ | string |
None. |
|
| PCBZ | string |
None. |
|
| OPRID | string |
None. |
|
| IP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "sample string 1",
"BT": "sample string 2",
"XMMS": "sample string 3",
"RXBZ": "sample string 4",
"PCBZ": "sample string 5",
"OPRID": "sample string 6",
"IP": "sample string 7"
}
application/xml, text/xml
Sample:
<GCP_SSZZM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common"> <BT>sample string 2</BT> <ID>sample string 1</ID> <IP>sample string 7</IP> <OPRID>sample string 6</OPRID> <PCBZ>sample string 5</PCBZ> <RXBZ>sample string 4</RXBZ> <XMMS>sample string 3</XMMS> </GCP_SSZZM>
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>