POST api/LcywsyXmgl/GCP_YJZJS_SaveKSRY?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
GCP_YJZJSKSRY| Name | Description | Type | Additional information |
|---|---|---|---|
| RYBH | string |
None. |
|
| RYXM | string |
None. |
|
| KSBM | string |
None. |
|
| ZC | string |
None. |
|
| JJ | string |
None. |
|
| JS | string |
None. |
|
| SFZYFZR | integer |
None. |
|
| OPRID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RYBH": "sample string 1",
"RYXM": "sample string 2",
"KSBM": "sample string 3",
"ZC": "sample string 4",
"JJ": "sample string 5",
"JS": "sample string 6",
"SFZYFZR": 7,
"OPRID": "sample string 8"
}
application/xml, text/xml
Sample:
<GCP_YJZJSKSRY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common"> <JJ>sample string 5</JJ> <JS>sample string 6</JS> <KSBM>sample string 3</KSBM> <OPRID>sample string 8</OPRID> <RYBH>sample string 1</RYBH> <RYXM>sample string 2</RYXM> <SFZYFZR>7</SFZYFZR> <ZC>sample string 4</ZC> </GCP_YJZJSKSRY>
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>