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": "c33b87fc-ea41-4bc0-a571-98bc006ad569",
"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": "36b08bce-1882-40c7-b9ef-4fdeffaec306",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "bfc5ba94-c18d-407f-a949-0050aa3d790e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f097e213-b89a-4acf-9921-1fd194ed2d2c",
"CreateDate": "2025-11-15T02:20:52.0633231-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-15T02:20:52.0633231-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "209f6685-88d6-49f2-8eaa-24bb494e7e4d",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-15T02:20:52.0633231-08:00",
"MeasurementValueNeededDate": "2025-11-15T02:20:52.0633231-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "5a3dd888-ab21-4808-ab7d-21a934c8f390",
"CreateDate": "2025-11-15T02:20:52.0633231-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-15T02:20:52.0633231-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-15T02:20:52.0633231-08:00",
"MeasurementValueNeededDate": "2025-11-15T02:20:52.0633231-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "8d3b0b1e-e67c-462a-8dd7-36b30d4b81ef",
"CreateDate": "2025-11-15T02:20:52.0633231-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-15T02:20:52.0633231-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}