GET api/Merchant/GetAppPushNotificationList?EmpId={EmpId}&category={category}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EmpId | integer |
Required |
|
| category | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
ServiceResultOfListOfFSTSAppPushNotificationMDL| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Description | string |
None. |
|
| Result | boolean |
None. |
|
| Data | Collection of FSTSAppPushNotificationMDL |
None. |
|
| status | integer |
None. |
|
| TotalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Description": "sample string 2",
"Result": true,
"Data": [
{
"PK_PNId": 1,
"MTitle": "sample string 2",
"MBody": "sample string 3",
"IconURL": "sample string 4",
"ImageURL": "sample string 5",
"TotalCount": 6
},
{
"PK_PNId": 1,
"MTitle": "sample string 2",
"MBody": "sample string 3",
"IconURL": "sample string 4",
"ImageURL": "sample string 5",
"TotalCount": 6
}
],
"status": 4,
"TotalCount": 5
}
application/xml, text/xml
Sample:
<ServiceResultOfArrayOfFSTSAppPushNotificationMDL_PUa0JunP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.FTSServices">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.WebAPIMDL">
<d2p1:FSTSAppPushNotificationMDL>
<d2p1:IconURL>sample string 4</d2p1:IconURL>
<d2p1:ImageURL>sample string 5</d2p1:ImageURL>
<d2p1:MBody>sample string 3</d2p1:MBody>
<d2p1:MTitle>sample string 2</d2p1:MTitle>
<d2p1:PK_PNId>1</d2p1:PK_PNId>
<d2p1:TotalCount>6</d2p1:TotalCount>
</d2p1:FSTSAppPushNotificationMDL>
<d2p1:FSTSAppPushNotificationMDL>
<d2p1:IconURL>sample string 4</d2p1:IconURL>
<d2p1:ImageURL>sample string 5</d2p1:ImageURL>
<d2p1:MBody>sample string 3</d2p1:MBody>
<d2p1:MTitle>sample string 2</d2p1:MTitle>
<d2p1:PK_PNId>1</d2p1:PK_PNId>
<d2p1:TotalCount>6</d2p1:TotalCount>
</d2p1:FSTSAppPushNotificationMDL>
</Data>
<Description>sample string 2</Description>
<Message>sample string 1</Message>
<Result>true</Result>
<TotalCount>5</TotalCount>
<status>4</status>
</ServiceResultOfArrayOfFSTSAppPushNotificationMDL_PUa0JunP>