PUT Assets/UpdateLocation
Updates the given asset's location.
Request Information
URI Parameters
None.
Body Parameters
Contains the AssetId and desired location in Well-Known Text format
UpdateAssetLocationParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| AssetId | globally unique identifier |
None. |
|
| Location | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AssetId": "bbe6c61f-ac8c-4c66-b0ca-367e2af19c2a",
"Location": "sample string 2"
}
Response Information
Resource Description
On success, the updated asset.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Asset |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"AssetId": "8c506ae6-5d18-42d5-994d-70cc7cd73db4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "8d05afcc-60ce-4405-a7b4-339c5cd23d41",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a19ec5a9-cd27-48aa-acd6-8cb1d1b0f8b8",
"CreateDate": "2025-12-21T09:48:27.549557-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T09:48:27.549557-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "80e75d12-650b-40eb-b24d-6d3a78fdd49f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-21T09:48:27.549557-08:00",
"MeasurementValueNeededDate": "2025-12-21T09:48:27.549557-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "6ee4b58f-97a5-4132-a32b-68fafab4d330",
"CreateDate": "2025-12-21T09:48:27.549557-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-21T09:48:27.549557-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-21T09:48:27.549557-08:00",
"MeasurementValueNeededDate": "2025-12-21T09:48:27.549557-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ba6105e0-f75e-4122-97e4-34952c931776",
"CreateDate": "2025-12-21T09:48:27.549557-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-21T09:48:27.549557-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}