POST api/Cffyqdp/cpisApi_prev_SetAuditInfo?token={token}&OprID={OprID}&cfid={cfid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| OprID | string |
Required |
|
| cfid | string |
Required |
Body Parameters
APIDPXX| Name | Description | Type | Additional information |
|---|---|---|---|
| DPXX | DPXX |
None. |
|
| listDPWTBM | Collection of DPWTBM |
None. |
Request Formats
application/json, text/json
Sample:
{
"DPXX": {
"CFID": "sample string 1",
"CCDPJG": "sample string 2",
"DPRBM": "sample string 3",
"DPRXM": "sample string 4",
"LXDH": "sample string 5",
"SHZT": "sample string 6",
"SFHL": "sample string 7",
"DPFL": "sample string 8"
},
"listDPWTBM": [
{
"WTBM": "sample string 1"
},
{
"WTBM": "sample string 1"
}
]
}
application/xml, text/xml
Sample:
<APIDPXX xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common">
<DPXX>
<CCDPJG>sample string 2</CCDPJG>
<CFID>sample string 1</CFID>
<DPFL>sample string 8</DPFL>
<DPRBM>sample string 3</DPRBM>
<DPRXM>sample string 4</DPRXM>
<LXDH>sample string 5</LXDH>
<SFHL>sample string 7</SFHL>
<SHZT>sample string 6</SHZT>
</DPXX>
<listDPWTBM>
<DPWTBM>
<WTBM>sample string 1</WTBM>
</DPWTBM>
<DPWTBM>
<WTBM>sample string 1</WTBM>
</DPWTBM>
</listDPWTBM>
</APIDPXX>
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>