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
UpdateAssetLocationParametersName | Description | Type | Additional information |
---|---|---|---|
AssetId | globally unique identifier |
None. |
|
Location | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AssetId": "02712e50-b8b7-45de-813f-059960f99ea8", "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": "d17a2ec6-903d-4ceb-931e-a1eee0d85227", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "3ac966cc-bb9c-4b3e-b0d1-dfa9e9ad88da", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "4ef5595b-22c4-49fa-bf48-9c869dec98f7", "CreateDate": "2025-09-16T01:57:58.1151562-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-16T01:57:58.1151562-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "797afb10-8bf3-4ee7-aaa1-29fdb8a9ff19", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-16T01:57:58.1151562-07:00", "MeasurementValueNeededDate": "2025-09-16T01:57:58.1151562-07:00", "SourceSystemId": "sample string 3", "CompanyId": "ca975230-2458-46a6-ad20-b5d98dd62344", "CreateDate": "2025-09-16T01:57:58.1151562-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-16T01:57:58.1151562-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-09-16T01:57:58.1151562-07:00", "MeasurementValueNeededDate": "2025-09-16T01:57:58.1151562-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "afc00406-4908-4c97-a745-16476a2487b7", "CreateDate": "2025-09-16T01:57:58.1151562-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-16T01:57:58.1151562-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }