POST sendWebPush
Request Information
URI Parameters
None.
Body Parameters
NotificationContentRequestName | Description | Type | Additional information |
---|---|---|---|
countryIso2Code | string |
None. |
|
campaignTitle | string |
None. |
|
campaignDescription | string |
None. |
|
notificationTitle | string |
None. |
|
notificationMessage | string |
None. |
|
imageUrl | string |
None. |
|
SpecificUser | string |
None. |
|
sendToPlatforms | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "countryIso2Code": "sample string 1", "campaignTitle": "sample string 2", "campaignDescription": "sample string 3", "notificationTitle": "sample string 4", "notificationMessage": "sample string 5", "imageUrl": "sample string 6", "SpecificUser": "sample string 7", "sendToPlatforms": 8 }
application/xml, text/xml
Sample:
<NotificationContentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YoVendoRecargaAPI.WebAPI.Models"> <SpecificUser>sample string 7</SpecificUser> <campaignDescription>sample string 3</campaignDescription> <campaignTitle>sample string 2</campaignTitle> <countryIso2Code>sample string 1</countryIso2Code> <imageUrl>sample string 6</imageUrl> <notificationMessage>sample string 5</notificationMessage> <notificationTitle>sample string 4</notificationTitle> <sendToPlatforms>8</sendToPlatforms> </NotificationContentRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |