POST Provider/PushLogApple

Logs the Push Notification Setting information

Request Information

URI Parameters

None.

Body Parameters

ParaPushInfoApple
NameDescriptionTypeAdditional information
DeviceToken

string

None.

Type

integer

None.

IsAllowed

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DeviceToken": "sample string 1",
  "Type": 2,
  "IsAllowed": true
}

application/xml, text/xml

Sample:
<ParaPushInfoApple xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <DeviceToken>sample string 1</DeviceToken>
  <IsAllowed>true</IsAllowed>
  <Type>2</Type>
</ParaPushInfoApple>

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.