POST api/Common/SendOldTypeNotification
Request Information
URI Parameters
None.
Body Parameters
ReqNotification| Name | Description | Type | Additional information |
|---|---|---|---|
| To | string |
None. |
|
| Title | string |
None. |
|
| Message | string |
None. |
|
| ImageUrl | string |
None. |
|
| NotificationType | integer |
None. |
|
| DynamicData | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"To": "sample string 1",
"Title": "sample string 2",
"Message": "sample string 3",
"ImageUrl": "sample string 4",
"NotificationType": 5,
"DynamicData": {}
}
application/xml, text/xml
Sample:
<ReqNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NEOWAY.Models.Request"> <DynamicData /> <ImageUrl>sample string 4</ImageUrl> <Message>sample string 3</Message> <NotificationType>5</NotificationType> <Title>sample string 2</Title> <To>sample string 1</To> </ReqNotification>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |