POST api/getdeviceidentification

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "RegId": "sample string 1",
  "PlatformType": "sample string 2",
  "PlatformVersion": "sample string 3",
  "UserID": 4,
  "UniqueDeviceId": "sample string 5"
}

application/xml, text/xml

Sample:
<ApplicationDeviceInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AMTIX.Domain.APIDTO">
  <PlatformType>sample string 2</PlatformType>
  <PlatformVersion>sample string 3</PlatformVersion>
  <RegId>sample string 1</RegId>
  <UniqueDeviceId>sample string 5</UniqueDeviceId>
  <UserID>4</UserID>
</ApplicationDeviceInfoModel>

application/x-www-form-urlencoded

Sample:

Sample not available.