GET api/PushNotification/Send

Request Information

URI Parameters

None.

Body Parameters

PushNotificationSendViewModel
NameDescriptionTypeAdditional information
Profile

string

None.

Data

Object

None.

Notification

Object

None.

Recipients

Collection of string

None.

PushNotificationType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "profile": "sample string 1",
  "data": {},
  "notification": {},
  "recipients": [
    "sample string 1",
    "sample string 2"
  ],
  "pushNotificationType": "sample string 4"
}

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.