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
NameDescriptionTypeAdditional information
AssetId

globally unique identifier

None.

Location

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AssetId": "0fa76438-81f1-40a8-b817-f02205b7ebc2",
  "Location": "sample string 2"
}

Response Information

Resource Description

On success, the updated asset.

NameDescriptionTypeAdditional information
Data

Asset

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "AssetId": "1feff6b0-d510-4627-9e5c-ffb046b1765e",
    "Name": "sample string 1",
    "Description": "sample string 2",
    "DisplayOrder": 1,
    "AssetType": {
      "AssetTypeId": "ed943736-fdab-43ab-882e-1f7f18bbfd72",
      "Name": "sample string 1",
      "Description": "sample string 2",
      "DisplayColor": "sample string 3",
      "SourceSystemId": "sample string 4",
      "CompanyId": "123ce4fa-690a-4580-8f27-0cb2db9e591b",
      "CreateDate": "2026-05-04T12:35:04.9922706-07:00",
      "CreateUser": "sample string 6",
      "LastModifiedDate": "2026-05-04T12:35:04.9922706-07:00",
      "LastModifiedUser": "sample string 7"
    },
    "AssetGroup": {
      "AssetGroupId": "dc94600d-5c44-4cd1-9df9-12bfc3994db9",
      "Name": "sample string 1",
      "Description": "sample string 2",
      "ParentGroup": null,
      "DisplayOrder": 1,
      "FormValueNeededDate": "2026-05-04T12:35:04.9922706-07:00",
      "MeasurementValueNeededDate": "2026-05-04T12:35:04.9922706-07:00",
      "SourceSystemId": "sample string 3",
      "CompanyId": "127f895f-c6ac-4c5e-88b2-2edc6999d51b",
      "CreateDate": "2026-05-04T12:35:04.9922706-07:00",
      "CreateUser": "sample string 5",
      "LastModifiedDate": "2026-05-04T12:35:04.9922706-07:00",
      "LastModifiedUser": "sample string 6"
    },
    "ParentAsset": null,
    "Location": "sample string 3",
    "Barcode": {
      "Format": 0,
      "Code": "sample string 1"
    },
    "FormValueNeededDate": "2026-05-04T12:35:04.9922706-07:00",
    "MeasurementValueNeededDate": "2026-05-04T12:35:04.9922706-07:00",
    "HasChildren": true,
    "SourceSystemId": "sample string 5",
    "CompanyId": "5e399ba2-f0a3-408f-bfbd-770c60399f7d",
    "CreateDate": "2026-05-04T12:35:04.9922706-07:00",
    "CreateUser": "sample string 7",
    "LastModifiedDate": "2026-05-04T12:35:04.9922706-07:00",
    "LastModifiedUser": "sample string 8"
  },
  "Total": 1,
  "Message": "sample string 1"
}