POST Notification/SendPushDeposit

Request Information

URI Parameters

None.

Body Parameters

NotificationPush
NameDescriptionTypeAdditional information
countryIso2Code

string

None.

campaignTitle

string

None.

campaignDescription

string

None.

notificationTitle

string

None.

notificationMessage

string

None.

imageUrl

string

None.

sendToPlatforms

integer

None.

email

string

None.

PersonID

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",
  "sendToPlatforms": 7,
  "email": "sample string 8",
  "PersonID": 9
}

application/xml, text/xml

Sample:
<NotificationPush xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YoVendoRecargaAPI.WebAPI.Models">
  <PersonID>9</PersonID>
  <campaignDescription>sample string 3</campaignDescription>
  <campaignTitle>sample string 2</campaignTitle>
  <countryIso2Code>sample string 1</countryIso2Code>
  <email>sample string 8</email>
  <imageUrl>sample string 6</imageUrl>
  <notificationMessage>sample string 5</notificationMessage>
  <notificationTitle>sample string 4</notificationTitle>
  <sendToPlatforms>7</sendToPlatforms>
</NotificationPush>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NotificationPush'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.