POST api/Notification/SavePushNotification
Request Information
URI Parameters
None.
Body Parameters
PushNotificationRequestName | Description | Type | Additional information |
---|---|---|---|
Application | string |
None. |
|
Topic | string |
None. |
|
Caption | string |
None. |
|
Message | string |
None. |
|
ImagePath | string |
None. |
|
Segments | string |
None. |
|
ExtraData | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Application": "sample string 1", "Topic": "sample string 2", "Caption": "sample string 3", "Message": "sample string 4", "ImagePath": "sample string 5", "Segments": "sample string 6", "ExtraData": "sample string 7" }
application/xml, text/xml
Sample:
<PushNotificationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Raza.Web.Api.Models.MobileApp"> <Application>sample string 1</Application> <Caption>sample string 3</Caption> <ExtraData>sample string 7</ExtraData> <ImagePath>sample string 5</ImagePath> <Message>sample string 4</Message> <Segments>sample string 6</Segments> <Topic>sample string 2</Topic> </PushNotificationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.