POST api/v1/PushSample

Push

Request Information

Parameters

NameDescriptionAdditional information
dto

Define this parameter in the request body.

Request body formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "PushProvider": 0,
  "DeviceID": "sample string 1",
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<SampleNotificationDTO>
  <PushProvider>UNKNOWN</PushProvider>
  <DeviceID>sample string 1</DeviceID>
  <Message>sample string 2</Message>
</SampleNotificationDTO>

Response Information

Response body formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean>true</boolean>