POST api/LcywsyXmgl/GCP_Syxm_JDSH?token={token}&xmid={xmid}&xmzt={xmzt}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| xmid | string |
Required |
|
| xmzt | string |
Required |
Body Parameters
APIXMSH| Name | Description | Type | Additional information |
|---|---|---|---|
| JGB | string |
None. |
|
| JGBSHZT | string |
None. |
|
| JGBSHYJ | string |
None. |
|
| JGBZR | string |
None. |
|
| JGBZRSHZT | string |
None. |
|
| JGBZRSHYJ | string |
None. |
|
| ZJSHZT | string |
None. |
|
| ZJSHYJ | string |
None. |
|
| LLSPSJ | string |
None. |
|
| LXSJ | string |
None. |
|
| HTQDSJ | string |
None. |
|
| XMQDSJ | string |
None. |
|
| CZRID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"JGB": "sample string 1",
"JGBSHZT": "sample string 2",
"JGBSHYJ": "sample string 3",
"JGBZR": "sample string 4",
"JGBZRSHZT": "sample string 5",
"JGBZRSHYJ": "sample string 6",
"ZJSHZT": "sample string 7",
"ZJSHYJ": "sample string 8",
"LLSPSJ": "sample string 9",
"LXSJ": "sample string 10",
"HTQDSJ": "sample string 11",
"XMQDSJ": "sample string 12",
"CZRID": "sample string 13"
}
application/xml, text/xml
Sample:
<APIXMSH xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model.GCP"> <CZRID>sample string 13</CZRID> <HTQDSJ>sample string 11</HTQDSJ> <JGB>sample string 1</JGB> <JGBSHYJ>sample string 3</JGBSHYJ> <JGBSHZT>sample string 2</JGBSHZT> <JGBZR>sample string 4</JGBZR> <JGBZRSHYJ>sample string 6</JGBZRSHYJ> <JGBZRSHZT>sample string 5</JGBZRSHZT> <LLSPSJ>sample string 9</LLSPSJ> <LXSJ>sample string 10</LXSJ> <XMQDSJ>sample string 12</XMQDSJ> <ZJSHYJ>sample string 8</ZJSHYJ> <ZJSHZT>sample string 7</ZJSHZT> </APIXMSH>
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>