POST API/V40/System/Properties/{propertyCode}/AssetUpgrade/Room/{roomNumber}

Adds asset info

Request Information

URI Parameters

NameDescriptionTypeAdditional information
propertyCode

string

Required

roomNumber

string

Required

Body Parameters

AssetUpgradeDto
NameDescriptionTypeAdditional information
PropertyCode

string

Ip

string

IsPaired

boolean

SavedTimes

integer

RoomNumber

string

AssetKey

string

AppVersion

string

ExtraProps

string

Request Formats

application/json, text/json

Sample:
{
  "propertyCode": "sample string 1",
  "ip": "sample string 2",
  "isPaired": true,
  "savedTimes": 4,
  "roomNumber": "sample string 5",
  "assetKey": "sample string 6",
  "appVersion": "sample string 7",
  "extraProps": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AssetAppUpgradeDeviceDomainModel
NameDescriptionTypeAdditional information
PropertyCode

string

IsPaired

boolean

SavedTimes

integer

IP

string

RoomNumber

string

AssetKey

string

AppVersion

string

ExtraProps

string

Response Formats

application/json, text/json

Sample:
{
  "propertyCode": "sample string 1",
  "isPaired": true,
  "savedTimes": 3,
  "ip": "sample string 4",
  "roomNumber": "sample string 5",
  "assetKey": "sample string 6",
  "appVersion": "sample string 7",
  "extraProps": "sample string 8"
}