POST api/Reporter/GetJqfx
获取警情分析
Request Information
URI Parameters
None.
Body Parameters
RpmDpJqfx| Name | Description | Type | Additional information |
|---|---|---|---|
| KSSJ |
开始时间 |
string |
None. |
| JSSJ |
结束时间 |
string |
None. |
| JQLB |
警情类别 |
string |
None. |
| JQLX |
警情类型 |
string |
None. |
| GXDW |
管辖单位 |
string |
None. |
| XJGXDW |
下级管辖单位 |
string |
None. |
| BDKSSJ |
比对开始时间 |
string |
None. |
| BDJSSJ |
比对结束时间 |
string |
None. |
| TJFS |
统计方式(1-同比,2-环比) |
string |
None. |
| DlTocken |
登录Tocken |
string |
None. |
| ReqAuthInfo |
安全校验信息 |
string |
None. |
| StaffCode |
身份证号 |
string |
None. |
| DevId |
设备唯一标识(IMEI) |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"KSSJ": "sample string 1",
"JSSJ": "sample string 2",
"JQLB": "sample string 3",
"JQLX": "sample string 4",
"GXDW": "sample string 5",
"XJGXDW": "sample string 6",
"BDKSSJ": "sample string 7",
"BDJSSJ": "sample string 8",
"TJFS": "sample string 9",
"DlTocken": "sample string 10",
"ReqAuthInfo": "sample string 11",
"StaffCode": "sample string 12",
"DevId": "sample string 13"
}
application/xml, text/xml
Sample:
<RpmDpJqfx xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RT.Model"> <DevId>sample string 13</DevId> <DlTocken>sample string 10</DlTocken> <ReqAuthInfo>sample string 11</ReqAuthInfo> <StaffCode>sample string 12</StaffCode> <BDJSSJ>sample string 8</BDJSSJ> <BDKSSJ>sample string 7</BDKSSJ> <GXDW>sample string 5</GXDW> <JQLB>sample string 3</JQLB> <JQLX>sample string 4</JQLX> <JSSJ>sample string 2</JSSJ> <KSSJ>sample string 1</KSSJ> <TJFS>sample string 9</TJFS> <XJGXDW>sample string 6</XJGXDW> </RpmDpJqfx>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
获取警情分析
ApiResultOfListOfRptJqfx| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultObj | Collection of RptJqfx |
None. |
|
| ResultCode |
接口调用状态(1成功 0系统错误 其余状态自定义) |
string |
None. |
| ResultMsg |
接口返回消息 |
string |
None. |
| NewJLBm |
新记录编码 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResultObj": [
{
"DWBM": "sample string 1",
"DWMC": "sample string 2",
"JQTJ": [
{
"BJLBDM": "sample string 1",
"BJLBMC": "sample string 2",
"JQSL": "sample string 3"
},
{
"BJLBDM": "sample string 1",
"BJLBMC": "sample string 2",
"JQSL": "sample string 3"
}
],
"AJZS": "sample string 3",
"TJRQ": "sample string 4",
"BDJQTJ": [
{
"BJLBDM": "sample string 1",
"BJLBMC": "sample string 2",
"JQSL": "sample string 3"
},
{
"BJLBDM": "sample string 1",
"BJLBMC": "sample string 2",
"JQSL": "sample string 3"
}
],
"BDAJZS": "sample string 5",
"BDRQ": "sample string 6"
},
{
"DWBM": "sample string 1",
"DWMC": "sample string 2",
"JQTJ": [
{
"BJLBDM": "sample string 1",
"BJLBMC": "sample string 2",
"JQSL": "sample string 3"
},
{
"BJLBDM": "sample string 1",
"BJLBMC": "sample string 2",
"JQSL": "sample string 3"
}
],
"AJZS": "sample string 3",
"TJRQ": "sample string 4",
"BDJQTJ": [
{
"BJLBDM": "sample string 1",
"BJLBMC": "sample string 2",
"JQSL": "sample string 3"
},
{
"BJLBDM": "sample string 1",
"BJLBMC": "sample string 2",
"JQSL": "sample string 3"
}
],
"BDAJZS": "sample string 5",
"BDRQ": "sample string 6"
}
],
"ResultCode": "sample string 1",
"ResultMsg": "sample string 2",
"NewJLBm": "sample string 3"
}
application/xml, text/xml
Sample:
<ApiResultOfArrayOfRptJqfx0GvE47QU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RT.Model">
<NewJLBm>sample string 3</NewJLBm>
<ResultCode>sample string 1</ResultCode>
<ResultMsg>sample string 2</ResultMsg>
<ResultObj>
<RptJqfx>
<AJZS>sample string 3</AJZS>
<BDAJZS>sample string 5</BDAJZS>
<BDJQTJ>
<DATA>
<BJLBDM>sample string 1</BJLBDM>
<BJLBMC>sample string 2</BJLBMC>
<JQSL>sample string 3</JQSL>
</DATA>
<DATA>
<BJLBDM>sample string 1</BJLBDM>
<BJLBMC>sample string 2</BJLBMC>
<JQSL>sample string 3</JQSL>
</DATA>
</BDJQTJ>
<BDRQ>sample string 6</BDRQ>
<DWBM>sample string 1</DWBM>
<DWMC>sample string 2</DWMC>
<JQTJ>
<DATA>
<BJLBDM>sample string 1</BJLBDM>
<BJLBMC>sample string 2</BJLBMC>
<JQSL>sample string 3</JQSL>
</DATA>
<DATA>
<BJLBDM>sample string 1</BJLBDM>
<BJLBMC>sample string 2</BJLBMC>
<JQSL>sample string 3</JQSL>
</DATA>
</JQTJ>
<TJRQ>sample string 4</TJRQ>
</RptJqfx>
<RptJqfx>
<AJZS>sample string 3</AJZS>
<BDAJZS>sample string 5</BDAJZS>
<BDJQTJ>
<DATA>
<BJLBDM>sample string 1</BJLBDM>
<BJLBMC>sample string 2</BJLBMC>
<JQSL>sample string 3</JQSL>
</DATA>
<DATA>
<BJLBDM>sample string 1</BJLBDM>
<BJLBMC>sample string 2</BJLBMC>
<JQSL>sample string 3</JQSL>
</DATA>
</BDJQTJ>
<BDRQ>sample string 6</BDRQ>
<DWBM>sample string 1</DWBM>
<DWMC>sample string 2</DWMC>
<JQTJ>
<DATA>
<BJLBDM>sample string 1</BJLBDM>
<BJLBMC>sample string 2</BJLBMC>
<JQSL>sample string 3</JQSL>
</DATA>
<DATA>
<BJLBDM>sample string 1</BJLBDM>
<BJLBMC>sample string 2</BJLBMC>
<JQSL>sample string 3</JQSL>
</DATA>
</JQTJ>
<TJRQ>sample string 4</TJRQ>
</RptJqfx>
</ResultObj>
</ApiResultOfArrayOfRptJqfx0GvE47QU>