POST api/GetMobileNotificationImageReplica
Request Information
URI Parameters
None.
Body Parameters
MobileNotificationMasterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationId | integer |
None. |
|
| Caption | string |
None. |
|
| ClientName | string |
None. |
|
| NotificationFileName | string |
None. |
|
| UploadedOn | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"NotificationId": 1,
"Caption": "sample string 2",
"ClientName": "sample string 3",
"NotificationFileName": "sample string 4",
"UploadedOn": "sample string 5"
}
application/xml, text/xml
Sample:
<MobileNotificationMasterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models"> <Caption>sample string 2</Caption> <ClientName>sample string 3</ClientName> <NotificationFileName>sample string 4</NotificationFileName> <NotificationId>1</NotificationId> <UploadedOn>sample string 5</UploadedOn> </MobileNotificationMasterModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
MobileNotificationImages| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationImageArr | string |
None. |
|
| NotificationFilePath | string |
None. |
|
| status | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"NotificationImageArr": "sample string 1",
"NotificationFilePath": "sample string 2",
"status": "sample string 3",
"Message": "sample string 4"
}
application/xml, text/xml
Sample:
<MobileNotificationImages xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models"> <Message>sample string 4</Message> <NotificationFilePath>sample string 2</NotificationFilePath> <NotificationImageArr>sample string 1</NotificationImageArr> <status>sample string 3</status> </MobileNotificationImages>