POST api/User/GetSysZdb
获取字典表数据
Request Information
URI Parameters
None.
Body Parameters
字典信息
RpmUcGetSysZdbName | Description | Type | Additional information |
---|---|---|---|
EmZdlxbm |
字典表类型代码(101 警员职务,102 警员身份证,103 处置结果) |
string |
None. |
EmJlzt |
字典记录状态(0 新建,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:
{ "EmZdlxbm": "sample string 1", "EmJlzt": "sample string 2", "DlTocken": "sample string 3", "ReqAuthInfo": "sample string 4", "StaffCode": "sample string 5", "DevId": "sample string 6" }
application/xml, text/xml
Sample:
<RpmUcGetSysZdb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RT.Model"> <DevId>sample string 6</DevId> <DlTocken>sample string 3</DlTocken> <ReqAuthInfo>sample string 4</ReqAuthInfo> <StaffCode>sample string 5</StaffCode> <EmJlzt>sample string 2</EmJlzt> <EmZdlxbm>sample string 1</EmZdlxbm> </RpmUcGetSysZdb>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
获取字典表数据
ApiResultOfListOfResSysZdbName | Description | Type | Additional information |
---|---|---|---|
ResultObj | Collection of ResSysZdb |
None. |
|
ResultCode |
接口调用状态(1成功 0系统错误 其余状态自定义) |
string |
None. |
ResultMsg |
接口返回消息 |
string |
None. |
NewJLBm |
新记录编码 |
string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.