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": "61a4b348-b5be-4c6e-a128-82eac7c41fff",
"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": "f2a3ec2f-2ab0-4d1c-9b12-92a3aae3d3ed",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "6fceb1c7-d5b8-4e4f-915f-916cdfd7a91f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8b360722-db9c-44e3-8bf3-735f7db1634f",
"CreateDate": "2026-09-22T03:30:12.5404305-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:30:12.5404305-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "48569710-c66b-426f-825a-2c6a36dd9a4c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-22T03:30:12.5404305-07:00",
"MeasurementValueNeededDate": "2026-09-22T03:30:12.5404305-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d3abe8f5-91e9-464d-b44b-03d0ad73f47d",
"CreateDate": "2026-09-22T03:30:12.5404305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-22T03:30:12.5404305-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-22T03:30:12.5404305-07:00",
"MeasurementValueNeededDate": "2026-09-22T03:30:12.5404305-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "41fc8d98-c68b-47c4-8ca2-fcc813ab9ce7",
"CreateDate": "2026-09-22T03:30:12.5404305-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-22T03:30:12.5404305-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}