PUT api/Notifications/DeviceInstallation

Request Information

URI Parameters

None.

Body Parameters

DeviceInstallationModel
NameDescriptionTypeAdditional information
OwnerId

integer

integer

None.

PnsHandle

string

string

None.

DeviceNotificationPlatform

DeviceNotificationPlatform

None.

Request Formats

application/json, text/json

Sample:
{
  "OwnerId": 1,
  "PnsHandle": "sample string 1",
  "DeviceNotificationPlatform": 0
}

application/xml, text/xml

Sample:
<DeviceInstallationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCIntegration.Models">
  <DeviceNotificationPlatform>Wns</DeviceNotificationPlatform>
  <OwnerId>1</OwnerId>
  <PnsHandle>sample string 1</PnsHandle>
</DeviceInstallationModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

globally unique identifier

Response Formats

application/json, text/json

Sample:
"1206cdb2-3a9e-4ba0-ab16-0ff38dcb2f55"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1206cdb2-3a9e-4ba0-ab16-0ff38dcb2f55</guid>