POST api/NotBul/GetMyTzggList
获取属于我的通知公告
Request Information
URI Parameters
None.
Body Parameters
RpmNbGetMyTzggList| Name | Description | Type | Additional information |
|---|---|---|---|
| MaxGGSJ |
最大公告时间(yyyy-MM-dd HH:mm:ss),查询最新时设置为空 |
string |
None. |
| StartIndex |
开始行号(从1开始) |
integer |
None. |
| RecCount |
获取记录数量 |
integer |
None. |
| DlTocken |
登录Tocken |
string |
None. |
| ReqAuthInfo |
安全校验信息 |
string |
None. |
| StaffCode |
身份证号 |
string |
None. |
| DevId |
设备唯一标识(IMEI) |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MaxGGSJ": "sample string 1",
"StartIndex": 2,
"RecCount": 3,
"DlTocken": "sample string 4",
"ReqAuthInfo": "sample string 5",
"StaffCode": "sample string 6",
"DevId": "sample string 7"
}
application/xml, text/xml
Sample:
<RpmNbGetMyTzggList 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> <MaxGGSJ>sample string 1</MaxGGSJ> <RecCount>3</RecCount> <StartIndex>2</StartIndex> </RpmNbGetMyTzggList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
获取属于我的通知公告
ApiResultPageOfResTzgg| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCount | integer |
None. |
|
| ResultCode |
接口调用状态(1成功 0系统错误 其余状态自定义) |
string |
None. |
| ResultMsg |
接口返回消息 |
string |
None. |
| NewJLBm |
新记录编码 |
string |
None. |
| ListResObj | Collection of ResTzgg |
None. |
Response Formats
application/json, text/json
Sample:
{
"ListResObj": [
{
"JQTGBH": "sample string 1",
"GGSJ": "sample string 2",
"EM_GGLX": "sample string 3",
"GGBT": "sample string 4",
"GGCJRGH": "sample string 5",
"GGCJRSFXX": "sample string 6"
},
{
"JQTGBH": "sample string 1",
"GGSJ": "sample string 2",
"EM_GGLX": "sample string 3",
"GGBT": "sample string 4",
"GGCJRGH": "sample string 5",
"GGCJRSFXX": "sample string 6"
}
],
"TotalCount": 1,
"ResultCode": "sample string 2",
"ResultMsg": "sample string 3",
"NewJLBm": "sample string 4"
}
application/xml, text/xml
Sample:
<ApiResultPageOfResTzgg0GvE47QU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RT.Model">
<NewJLBm>sample string 4</NewJLBm>
<ResultCode>sample string 2</ResultCode>
<ResultMsg>sample string 3</ResultMsg>
<ListResObj>
<ResTzgg>
<EM_GGLX>sample string 3</EM_GGLX>
<GGBT>sample string 4</GGBT>
<GGCJRGH>sample string 5</GGCJRGH>
<GGCJRSFXX>sample string 6</GGCJRSFXX>
<GGSJ>sample string 2</GGSJ>
<JQTGBH>sample string 1</JQTGBH>
</ResTzgg>
<ResTzgg>
<EM_GGLX>sample string 3</EM_GGLX>
<GGBT>sample string 4</GGBT>
<GGCJRGH>sample string 5</GGCJRGH>
<GGCJRSFXX>sample string 6</GGCJRSFXX>
<GGSJ>sample string 2</GGSJ>
<JQTGBH>sample string 1</JQTGBH>
</ResTzgg>
</ListResObj>
<TotalCount>1</TotalCount>
</ApiResultPageOfResTzgg0GvE47QU>