POST api/UpLettersNotification/UpdateMessage
Request Information
URI Parameters
None.
Body Parameters
UpLettersNotificationMessageDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AudienceId | string |
None. |
|
| AudienceType | integer |
None. |
|
| NotificationType | integer |
None. |
|
| Id | string |
None. |
|
| Viewed | boolean |
None. |
|
| NotificationDateTime | string |
None. |
|
| NotificationExpirationDateTime | string |
None. |
|
| Message | string |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AudienceId": "sample string 1",
"AudienceType": 2,
"NotificationType": 3,
"Id": "sample string 4",
"Viewed": true,
"NotificationDateTime": "sample string 6",
"NotificationExpirationDateTime": "sample string 7",
"Message": "sample string 8",
"Description": "sample string 9"
}
application/xml, text/xml
Sample:
<UpLettersNotificationMessageDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EagleTM.Notification.Api.Dto"> <Description>sample string 9</Description> <Id>sample string 4</Id> <Message>sample string 8</Message> <NotificationDateTime>sample string 6</NotificationDateTime> <NotificationExpirationDateTime>sample string 7</NotificationExpirationDateTime> <Viewed>true</Viewed> <AudienceId>sample string 1</AudienceId> <AudienceType>2</AudienceType> <NotificationType>3</NotificationType> </UpLettersNotificationMessageDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.