POST api/User/GetDwbmList
获取警员所在部门列表
Request Information
URI Parameters
None.
Body Parameters
RpmBaseName | Description | Type | Additional information |
---|---|---|---|
DlTocken |
登录Tocken |
string |
None. |
ReqAuthInfo |
安全校验信息 |
string |
None. |
StaffCode |
身份证号 |
string |
None. |
DevId |
设备唯一标识(IMEI) |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "DlTocken": "sample string 1", "ReqAuthInfo": "sample string 2", "StaffCode": "sample string 3", "DevId": "sample string 4" }
application/xml, text/xml
Sample:
<RpmBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RT.Model"> <DevId>sample string 4</DevId> <DlTocken>sample string 1</DlTocken> <ReqAuthInfo>sample string 2</ReqAuthInfo> <StaffCode>sample string 3</StaffCode> </RpmBase>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
获取警员所在部门列表
ApiResultOfListOfResDwbmInfoName | Description | Type | Additional information |
---|---|---|---|
ResultObj | Collection of ResDwbmInfo |
None. |
|
ResultCode |
接口调用状态(1成功 0系统错误 其余状态自定义) |
string |
None. |
ResultMsg |
接口返回消息 |
string |
None. |
NewJLBm |
新记录编码 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ResultObj": [ { "ZDF_XZQDM": "sample string 1", "DWBMBM": "sample string 2", "JC": "sample string 3", "QC": "sample string 4", "ZDF_SJBMBM": "sample string 5" }, { "ZDF_XZQDM": "sample string 1", "DWBMBM": "sample string 2", "JC": "sample string 3", "QC": "sample string 4", "ZDF_SJBMBM": "sample string 5" } ], "ResultCode": "sample string 1", "ResultMsg": "sample string 2", "NewJLBm": "sample string 3" }
application/xml, text/xml
Sample:
<ApiResultOfArrayOfResDwbmInfo0GvE47QU 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> <ResDwbmInfo> <DWBMBM>sample string 2</DWBMBM> <JC>sample string 3</JC> <QC>sample string 4</QC> <ZDF_SJBMBM>sample string 5</ZDF_SJBMBM> <ZDF_XZQDM>sample string 1</ZDF_XZQDM> </ResDwbmInfo> <ResDwbmInfo> <DWBMBM>sample string 2</DWBMBM> <JC>sample string 3</JC> <QC>sample string 4</QC> <ZDF_SJBMBM>sample string 5</ZDF_SJBMBM> <ZDF_XZQDM>sample string 1</ZDF_XZQDM> </ResDwbmInfo> </ResultObj> </ApiResultOfArrayOfResDwbmInfo0GvE47QU>