POST api/JCXX/cpisAPI_OrgSync?token={token}&OprID={OprID}&CZLX={CZLX}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| OprID | string |
Required |
|
| CZLX | string |
Required |
Body Parameters
CpisAPI_JGXX| Name | Description | Type | Additional information |
|---|---|---|---|
| ORGBM | string |
None. |
|
| ORGMC | string |
None. |
|
| ORGXH | string |
None. |
|
| ORGLX | string |
None. |
|
| ADDRESS | string |
None. |
|
| LXDH | string |
None. |
|
| BZ | string |
None. |
|
| FBM | string |
None. |
|
| ORGFJ | string |
None. |
|
| SFZK | string |
None. |
|
| SSQY | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ORGBM": "sample string 1",
"ORGMC": "sample string 2",
"ORGXH": "sample string 3",
"ORGLX": "sample string 4",
"ADDRESS": "sample string 5",
"LXDH": "sample string 6",
"BZ": "sample string 7",
"FBM": "sample string 8",
"ORGFJ": "sample string 9",
"SFZK": "sample string 10",
"SSQY": "sample string 11"
}
application/xml, text/xml
Sample:
<CpisAPI_JGXX xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model.CpisAPI"> <ADDRESS>sample string 5</ADDRESS> <BZ>sample string 7</BZ> <FBM>sample string 8</FBM> <LXDH>sample string 6</LXDH> <ORGBM>sample string 1</ORGBM> <ORGFJ>sample string 9</ORGFJ> <ORGLX>sample string 4</ORGLX> <ORGMC>sample string 2</ORGMC> <ORGXH>sample string 3</ORGXH> <SFZK>sample string 10</SFZK> <SSQY>sample string 11</SSQY> </CpisAPI_JGXX>
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>