GET API/V40/System/Properties/{propertyCode}/AssetUpgrade/Rooms
Gets assets for a property
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
propertyCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AssetUpgradeListDtoName | Description | Type | Additional information |
---|---|---|---|
PropertyCode | string | ||
Ip | string | ||
IsPaired | boolean | ||
SavedTimes | integer | ||
RoomNumber | string | ||
AppVersion | string |
Response Formats
application/json, text/json
Sample:
[ { "propertyCode": "sample string 1", "ip": "sample string 2", "isPaired": true, "savedTimes": 4, "roomNumber": "sample string 5", "appVersion": "sample string 6" }, { "propertyCode": "sample string 1", "ip": "sample string 2", "isPaired": true, "savedTimes": 4, "roomNumber": "sample string 5", "appVersion": "sample string 6" } ]