POST api/NotBul/GetTzggInfo
获取通知公告详情
Request Information
URI Parameters
None.
Body Parameters
获取通知公告详情相关参数
RpmNbGetTzggInfoName | Description | Type | Additional information |
---|---|---|---|
JQTGBH |
通知公告编码 |
string |
None. |
DlTocken |
登录Tocken |
string |
None. |
ReqAuthInfo |
安全校验信息 |
string |
None. |
StaffCode |
身份证号 |
string |
None. |
DevId |
设备唯一标识(IMEI) |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "JQTGBH": "sample string 1", "DlTocken": "sample string 2", "ReqAuthInfo": "sample string 3", "StaffCode": "sample string 4", "DevId": "sample string 5" }
application/xml, text/xml
Sample:
<RpmNbGetTzggInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RT.Model"> <DevId>sample string 5</DevId> <DlTocken>sample string 2</DlTocken> <ReqAuthInfo>sample string 3</ReqAuthInfo> <StaffCode>sample string 4</StaffCode> <JQTGBH>sample string 1</JQTGBH> </RpmNbGetTzggInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
获取通知公告详情
ApiResultOfResTzggXqxxName | Description | Type | Additional information |
---|---|---|---|
ResultObj | ResTzggXqxx |
None. |
|
ResultCode |
接口调用状态(1成功 0系统错误 其余状态自定义) |
string |
None. |
ResultMsg |
接口返回消息 |
string |
None. |
NewJLBm |
新记录编码 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ResultObj": { "JQTGBH": "sample string 1", "GGSJ": "sample string 2", "EM_GGLX": "sample string 3", "GGBT": "sample string 4", "GGNR": "sample string 5", "GGCJRGH": "sample string 6", "GGCJRSFXX": "sample string 7" }, "ResultCode": "sample string 1", "ResultMsg": "sample string 2", "NewJLBm": "sample string 3" }
application/xml, text/xml
Sample:
<ApiResultOfResTzggXqxx0GvE47QU 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> <EM_GGLX>sample string 3</EM_GGLX> <GGBT>sample string 4</GGBT> <GGCJRGH>sample string 6</GGCJRGH> <GGCJRSFXX>sample string 7</GGCJRSFXX> <GGNR>sample string 5</GGNR> <GGSJ>sample string 2</GGSJ> <JQTGBH>sample string 1</JQTGBH> </ResultObj> </ApiResultOfResTzggXqxx0GvE47QU>