POST api/YWXX/cpisAPI_zbsb_GetCharts_Bar?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
CpisAPI_ZBSB_CXTJ| Name | Description | Type | Additional information |
|---|---|---|---|
| KSSJ | string |
None. |
|
| JSSJ | string |
None. |
|
| ORGBM | string |
None. |
|
| ORGMC | string |
None. |
|
| ORGFJ | string |
None. |
|
| SFZK | string |
None. |
|
| CXLX | string |
None. |
|
| TJZB | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"KSSJ": "sample string 1",
"JSSJ": "sample string 2",
"ORGBM": "sample string 3",
"ORGMC": "sample string 4",
"ORGFJ": "sample string 5",
"SFZK": "sample string 6",
"CXLX": "sample string 7",
"TJZB": "sample string 8"
}
application/xml, text/xml
Sample:
<CpisAPI_ZBSB_CXTJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model.CpisAPI"> <CXLX>sample string 7</CXLX> <JSSJ>sample string 2</JSSJ> <KSSJ>sample string 1</KSSJ> <ORGBM>sample string 3</ORGBM> <ORGFJ>sample string 5</ORGFJ> <ORGMC>sample string 4</ORGMC> <SFZK>sample string 6</SFZK> <TJZB>sample string 8</TJZB> </CpisAPI_ZBSB_CXTJ>
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>