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": "7791a501-47b1-487e-8f43-4d17a4f375f6",
"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": "700a9003-e339-4a45-942a-ff851d79a7fd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "8123df59-1bd3-477b-95e5-329f5f2a9105",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "dec5cb9d-af5a-4dcb-ad5d-bf4003457107",
"CreateDate": "2026-03-24T15:06:21.8709426-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T15:06:21.8709426-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "b9918bc0-2ba8-41ea-8d71-a0ac6e53f51d",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T15:06:21.8709426-07:00",
"MeasurementValueNeededDate": "2026-03-24T15:06:21.8709426-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "de80c35c-af91-4c8b-873a-1ecf15ce44e1",
"CreateDate": "2026-03-24T15:06:21.8709426-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T15:06:21.8709426-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-24T15:06:21.8709426-07:00",
"MeasurementValueNeededDate": "2026-03-24T15:06:21.8709426-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "4797b4cb-ff80-4c11-b037-1fb766d2a643",
"CreateDate": "2026-03-24T15:06:21.8709426-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-24T15:06:21.8709426-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}