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": "d4a54b8a-a446-4fe8-b3b1-27495324de09",
"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": "1376f561-b577-4ccc-afb7-23b7fd058d9a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "7f55a16f-d510-482c-a407-c939d299c507",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1efd898c-27d7-44ff-8be8-ee66dc796c3b",
"CreateDate": "2026-07-21T00:24:41.7387502-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-21T00:24:41.7387502-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "0bdc58d7-36be-4804-9646-14fddbcfadd3",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-21T00:24:41.7387502-07:00",
"MeasurementValueNeededDate": "2026-07-21T00:24:41.7387502-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "273c5d56-5336-4039-94f9-7d847bc70ddb",
"CreateDate": "2026-07-21T00:24:41.7387502-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-21T00:24:41.7387502-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-21T00:24:41.7387502-07:00",
"MeasurementValueNeededDate": "2026-07-21T00:24:41.7387502-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "4fa4b66e-41ca-43dc-b69a-9e33e643c6ff",
"CreateDate": "2026-07-21T00:24:41.7387502-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-21T00:24:41.7387502-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}