POST api/LcywsyXmgl/GCP_Syxm_SetZJZ?token={token}&xmid={xmid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| xmid | string |
Required |
Body Parameters
APIZJZ| Name | Description | Type | Additional information |
|---|---|---|---|
| oprid | string |
None. |
|
| oprname | string |
None. |
|
| xb | string |
None. |
|
| lxdh | string |
None. |
|
| address | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"oprid": "sample string 1",
"oprname": "sample string 2",
"xb": "sample string 3",
"lxdh": "sample string 4",
"address": "sample string 5"
}
application/xml, text/xml
Sample:
<APIZJZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model.GCP"> <address>sample string 5</address> <lxdh>sample string 4</lxdh> <oprid>sample string 1</oprid> <oprname>sample string 2</oprname> <xb>sample string 3</xb> </APIZJZ>
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>