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": "ec2cee4d-e6bb-42d2-b038-e0420fed14ef",
"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": "74490c3d-743b-4d0a-b11e-8cf694f6ba12",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "b13b0be0-5368-45d7-a8a0-837bc08e9733",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f70215d6-3d34-4f50-8758-90c7b61cdabf",
"CreateDate": "2026-03-24T08:01:47.1041257-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T08:01:47.1041257-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "f4da918d-d9d9-4dcf-b8d9-4cfb78bfa54d",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T08:01:47.1041257-07:00",
"MeasurementValueNeededDate": "2026-03-24T08:01:47.1041257-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "7cd4708a-bc3e-4ac2-9baf-a7725cfad41c",
"CreateDate": "2026-03-24T08:01:47.1041257-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T08:01:47.1041257-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-24T08:01:47.1041257-07:00",
"MeasurementValueNeededDate": "2026-03-24T08:01:47.1041257-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "acd4ac20-75ed-4a00-b2c2-0294d0a9b832",
"CreateDate": "2026-03-24T08:01:47.1041257-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-24T08:01:47.1041257-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}