POST api/JCXX/cpisAPI_AddCZRZ?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
CpisAPI_RZXX| Name | Description | Type | Additional information |
|---|---|---|---|
| MKBM | string |
None. |
|
| MKMC | string |
None. |
|
| CZLX | string |
None. |
|
| CZRGH | string |
None. |
|
| CZRXM | string |
None. |
|
| CZNR | string |
None. |
|
| IP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MKBM": "sample string 1",
"MKMC": "sample string 2",
"CZLX": "sample string 3",
"CZRGH": "sample string 4",
"CZRXM": "sample string 5",
"CZNR": "sample string 6",
"IP": "sample string 7"
}
application/xml, text/xml
Sample:
<CpisAPI_RZXX xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model.CpisAPI"> <CZLX>sample string 3</CZLX> <CZNR>sample string 6</CZNR> <CZRGH>sample string 4</CZRGH> <CZRXM>sample string 5</CZRXM> <IP>sample string 7</IP> <MKBM>sample string 1</MKBM> <MKMC>sample string 2</MKMC> </CpisAPI_RZXX>
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>