POST api/YWXX/cpisAPI_zbsb_SaveYSZBList?token={token}&OprID={OprID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| OprID | string |
Required |
Body Parameters
CpisAPI_ZBSB| Name | Description | Type | Additional information |
|---|---|---|---|
| YLZKZB | CpisAPI_YLZKZB |
None. |
|
| YLZKZBMX | Collection of CpisAPI_YLZKZB_MX |
None. |
Request Formats
application/json, text/json
Sample:
{
"YLZKZB": {
"ID": 1,
"SBRID": "sample string 2",
"SBR": "sample string 3",
"YLJG": "sample string 4",
"LXDH": "sample string 5",
"TJSJ": "sample string 6",
"SBSJ": "2026-06-05T01:02:55.659931+08:00",
"SBZT": "sample string 7",
"ZBLX": "sample string 8",
"SHRID": "sample string 9",
"SHR": "sample string 10",
"SHZT": "sample string 11",
"SHYJ": "sample string 12"
},
"YLZKZBMX": [
{
"ZBBM": "sample string 1",
"FZ": 2.1,
"FM": 3.1,
"ZBZ": "sample string 4",
"ZBZT": "sample string 5"
},
{
"ZBBM": "sample string 1",
"FZ": 2.1,
"FM": 3.1,
"ZBZ": "sample string 4",
"ZBZT": "sample string 5"
}
]
}
application/xml, text/xml
Sample:
<CpisAPI_ZBSB xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model.CpisAPI">
<YLZKZB>
<ID>1</ID>
<LXDH>sample string 5</LXDH>
<SBR>sample string 3</SBR>
<SBRID>sample string 2</SBRID>
<SBSJ>2026-06-05T01:02:55.659931+08:00</SBSJ>
<SBZT>sample string 7</SBZT>
<SHR>sample string 10</SHR>
<SHRID>sample string 9</SHRID>
<SHYJ>sample string 12</SHYJ>
<SHZT>sample string 11</SHZT>
<TJSJ>sample string 6</TJSJ>
<YLJG>sample string 4</YLJG>
<ZBLX>sample string 8</ZBLX>
</YLZKZB>
<YLZKZBMX>
<CpisAPI_YLZKZB_MX>
<FM>3.1</FM>
<FZ>2.1</FZ>
<ZBBM>sample string 1</ZBBM>
<ZBZ>sample string 4</ZBZ>
<ZBZT>sample string 5</ZBZT>
</CpisAPI_YLZKZB_MX>
<CpisAPI_YLZKZB_MX>
<FM>3.1</FM>
<FZ>2.1</FZ>
<ZBBM>sample string 1</ZBBM>
<ZBZ>sample string 4</ZBZ>
<ZBZT>sample string 5</ZBZT>
</CpisAPI_YLZKZB_MX>
</YLZKZBMX>
</CpisAPI_ZBSB>
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>