POST api/Reporter/GetJyajsl
警员案件数量统计
Request Information
URI Parameters
None.
Body Parameters
RpmDpJyajslName | Description | Type | Additional information |
---|---|---|---|
JYGH |
警员工号 |
string |
None. |
KSSJ |
开始时间 |
string |
None. |
JSSJ |
结束时间 |
string |
None. |
DlTocken |
登录Tocken |
string |
None. |
ReqAuthInfo |
安全校验信息 |
string |
None. |
StaffCode |
身份证号 |
string |
None. |
DevId |
设备唯一标识(IMEI) |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "JYGH": "sample string 1", "KSSJ": "sample string 2", "JSSJ": "sample string 3", "DlTocken": "sample string 4", "ReqAuthInfo": "sample string 5", "StaffCode": "sample string 6", "DevId": "sample string 7" }
application/xml, text/xml
Sample:
<RpmDpJyajsl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RT.Model"> <DevId>sample string 7</DevId> <DlTocken>sample string 4</DlTocken> <ReqAuthInfo>sample string 5</ReqAuthInfo> <StaffCode>sample string 6</StaffCode> <JSSJ>sample string 3</JSSJ> <JYGH>sample string 1</JYGH> <KSSJ>sample string 2</KSSJ> </RpmDpJyajsl>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
警员案件数量统计
ApiResultOfResJyajslName | Description | Type | Additional information |
---|---|---|---|
ResultObj | ResJyajsl |
None. |
|
ResultCode |
接口调用状态(1成功 0系统错误 其余状态自定义) |
string |
None. |
ResultMsg |
接口返回消息 |
string |
None. |
NewJLBm |
新记录编码 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ResultObj": { "SJAJZS": 1, "SJYCZSL": 2, "FJAJZS": 3, "FJCZSL": 4, "PCSAJZS": 5, "PCSCZSL": 6, "JYAJZS": 7, "JYWCSL": 8, "JYWWCSL": 9, "JYGZZT": "sample string 10" }, "ResultCode": "sample string 1", "ResultMsg": "sample string 2", "NewJLBm": "sample string 3" }
application/xml, text/xml
Sample:
<ApiResultOfResJyajsl0GvE47QU 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> <FJAJZS>3</FJAJZS> <FJCZSL>4</FJCZSL> <JYAJZS>7</JYAJZS> <JYGZZT>sample string 10</JYGZZT> <JYWCSL>8</JYWCSL> <JYWWCSL>9</JYWWCSL> <PCSAJZS>5</PCSAJZS> <PCSCZSL>6</PCSCZSL> <SJAJZS>1</SJAJZS> <SJYCZSL>2</SJYCZSL> </ResultObj> </ApiResultOfResJyajsl0GvE47QU>