POST api/Notice/GetNoticeList
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"merchant_id": 1,
"type": "sample string 2",
"clientId": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"rcrm": {
"RC": "sample string 1",
"RM": "sample string 2"
},
"Object": [
{
"notice_id": 1,
"notice_title": "sample string 2",
"notice_content": "sample string 3",
"WEBVIEW": "sample string 4",
"URL": "sample string 5",
"PushDate": "sample string 6",
"ISUSER": 7,
"ISREAD": "sample string 8"
},
{
"notice_id": 1,
"notice_title": "sample string 2",
"notice_content": "sample string 3",
"WEBVIEW": "sample string 4",
"URL": "sample string 5",
"PushDate": "sample string 6",
"ISUSER": 7,
"ISREAD": "sample string 8"
},
{
"notice_id": 1,
"notice_title": "sample string 2",
"notice_content": "sample string 3",
"WEBVIEW": "sample string 4",
"URL": "sample string 5",
"PushDate": "sample string 6",
"ISUSER": 7,
"ISREAD": "sample string 8"
}
]
}