POST registerDevice

Request Information

URI Parameters

None.

Body Parameters

RegisterDeviceRequest
NameDescriptionTypeAdditional information
device_name

string

None.

passkeyVal

string

None.

token

string

None.

uIdentifer

string

None.

Request Formats

application/json, text/json

Sample:
{
  "device_name": "sample string 1",
  "passkeyVal": "sample string 2",
  "token": "sample string 3",
  "uIdentifer": "sample string 4"
}

application/xml, text/xml

Sample:
<RegisterDeviceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VicasCloud.API.Models">
  <device_name>sample string 1</device_name>
  <passkeyVal>sample string 2</passkeyVal>
  <token>sample string 3</token>
  <uIdentifer>sample string 4</uIdentifer>
</RegisterDeviceRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ReturnStatus
NameDescriptionTypeAdditional information
status

string

None.

status_message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "status_message": "sample string 2"
}

application/xml, text/xml

Sample:
<ReturnStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VicasCloud.API.Models">
  <status>sample string 1</status>
  <status_message>sample string 2</status_message>
</ReturnStatus>