POST api/LcywsyXmgl/GCP_Syxm_Regist?token={token}&xmid={xmid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| xmid | string |
Required |
Body Parameters
GCP_SYXMJBXX| 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. |
|
| YWSY_YJFQQT | string |
None. |
|
| YLQXSY_ZCFL | string |
None. |
|
| YJZSY_ZZQK | string |
None. |
|
| SYLB_QT | string |
None. |
|
| XMZT | string |
None. |
|
| SBZDZ | string |
None. |
|
| SBZLXR | string |
None. |
|
| SBZLXDH | string |
None. |
|
| HTYJZZ | string |
None. |
|
| SFCRO | string |
None. |
|
| CROLXR | string |
None. |
|
| CROLXDH | string |
None. |
|
| ZZDW | string |
None. |
|
| ZZDWXMFZR | string |
None. |
|
| SYSJZBLS | string |
None. |
|
| BZXJHWCLS | string |
None. |
|
| SYJHKSSJ | date |
None. |
|
| SYJHJSSJ | date |
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",
"YWSY_YJFQQT": "sample string 8",
"YLQXSY_ZCFL": "sample string 9",
"YJZSY_ZZQK": "sample string 10",
"SYLB_QT": "sample string 11",
"XMZT": "sample string 12",
"SBZDZ": "sample string 13",
"SBZLXR": "sample string 14",
"SBZLXDH": "sample string 15",
"HTYJZZ": "sample string 16",
"SFCRO": "sample string 17",
"CROLXR": "sample string 18",
"CROLXDH": "sample string 19",
"ZZDW": "sample string 20",
"ZZDWXMFZR": "sample string 21",
"SYSJZBLS": "sample string 22",
"BZXJHWCLS": "sample string 23",
"SYJHKSSJ": "2026-06-05T01:04:14.6236569+08:00",
"SYJHJSSJ": "2026-06-05T01:04:14.6236569+08:00",
"OPRID": "sample string 24"
}
application/xml, text/xml
Sample:
<GCP_SYXMJBXX xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model.GCP"> <BZXJHWCLS>sample string 23</BZXJHWCLS> <CROLXDH>sample string 19</CROLXDH> <CROLXR>sample string 18</CROLXR> <HTYJZZ>sample string 16</HTYJZZ> <OPRID>sample string 24</OPRID> <SBZDZ>sample string 13</SBZDZ> <SBZLXDH>sample string 15</SBZLXDH> <SBZLXR>sample string 14</SBZLXR> <SFCRO>sample string 17</SFCRO> <SYJHJSSJ>2026-06-05T01:04:14.6236569+08:00</SYJHJSSJ> <SYJHKSSJ>2026-06-05T01:04:14.6236569+08:00</SYJHKSSJ> <SYLBDL>sample string 2</SYLBDL> <SYLBXL>sample string 3</SYLBXL> <SYLB_QT>sample string 11</SYLB_QT> <SYSJZBLS>sample string 22</SYSJZBLS> <XMMC>sample string 1</XMMC> <XMZT>sample string 12</XMZT> <YJZSY_ZZQK>sample string 10</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_YJFQQT>sample string 8</YWSY_YJFQQT> <YWSY_ZCFL>sample string 6</YWSY_ZCFL> <ZZDW>sample string 20</ZZDW> <ZZDWXMFZR>sample string 21</ZZDWXMFZR> </GCP_SYXMJBXX>
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>