POST api/LcywsyXmgl/GCP_Syxm_Save?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
GCP_SYXM| Name | Description | Type | Additional information |
|---|---|---|---|
| XMMC | string |
None. |
|
| SYLBDL | string |
None. |
|
| SYLBXL | string |
None. |
|
| YWSY_LX | string |
None. |
|
| YWSY_LXQT | string |
None. |
|
| YWSY_ZCFL | string |
None. |
|
| YWSY_YJFQ | string |
None. |
|
| YJZSY_ZZQK | string |
None. |
|
| YLQXSY_ZCFL | string |
None. |
|
| SYLB_QT | string |
None. |
|
| OPRID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"XMMC": "sample string 1",
"SYLBDL": "sample string 2",
"SYLBXL": "sample string 3",
"YWSY_LX": "sample string 4",
"YWSY_LXQT": "sample string 5",
"YWSY_ZCFL": "sample string 6",
"YWSY_YJFQ": "sample string 7",
"YJZSY_ZZQK": "sample string 8",
"YLQXSY_ZCFL": "sample string 9",
"SYLB_QT": "sample string 10",
"OPRID": "sample string 11"
}
application/xml, text/xml
Sample:
<GCP_SYXM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model.GCP"> <OPRID>sample string 11</OPRID> <SYLBDL>sample string 2</SYLBDL> <SYLBXL>sample string 3</SYLBXL> <SYLB_QT>sample string 10</SYLB_QT> <XMMC>sample string 1</XMMC> <YJZSY_ZZQK>sample string 8</YJZSY_ZZQK> <YLQXSY_ZCFL>sample string 9</YLQXSY_ZCFL> <YWSY_LX>sample string 4</YWSY_LX> <YWSY_LXQT>sample string 5</YWSY_LXQT> <YWSY_YJFQ>sample string 7</YWSY_YJFQ> <YWSY_ZCFL>sample string 6</YWSY_ZCFL> </GCP_SYXM>
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>