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": "e3e8afcf-f364-4a63-b648-66357fe432c5",
  "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": "0b0d00d3-8eb4-4c50-bd50-f0426a74be2f",
    "Name": "sample string 1",
    "Description": "sample string 2",
    "DisplayOrder": 1,
    "AssetType": {
      "AssetTypeId": "f825e8dd-ad20-422f-beaa-ddd9adde3001",
      "Name": "sample string 1",
      "Description": "sample string 2",
      "DisplayColor": "sample string 3",
      "SourceSystemId": "sample string 4",
      "CompanyId": "694a8adc-b97c-4d14-a8f7-f8c1bdfc1441",
      "CreateDate": "2026-04-27T20:33:08.3119266-07:00",
      "CreateUser": "sample string 6",
      "LastModifiedDate": "2026-04-27T20:33:08.3119266-07:00",
      "LastModifiedUser": "sample string 7"
    },
    "AssetGroup": {
      "AssetGroupId": "49af7213-2334-4c4d-8050-8e00ec4450a2",
      "Name": "sample string 1",
      "Description": "sample string 2",
      "ParentGroup": null,
      "DisplayOrder": 1,
      "FormValueNeededDate": "2026-04-27T20:33:08.3119266-07:00",
      "MeasurementValueNeededDate": "2026-04-27T20:33:08.3119266-07:00",
      "SourceSystemId": "sample string 3",
      "CompanyId": "8f9aa061-ea1f-49fb-9d7b-e096985261bf",
      "CreateDate": "2026-04-27T20:33:08.3119266-07:00",
      "CreateUser": "sample string 5",
      "LastModifiedDate": "2026-04-27T20:33:08.3119266-07:00",
      "LastModifiedUser": "sample string 6"
    },
    "ParentAsset": null,
    "Location": "sample string 3",
    "Barcode": {
      "Format": 0,
      "Code": "sample string 1"
    },
    "FormValueNeededDate": "2026-04-27T20:33:08.3119266-07:00",
    "MeasurementValueNeededDate": "2026-04-27T20:33:08.3119266-07:00",
    "HasChildren": true,
    "SourceSystemId": "sample string 5",
    "CompanyId": "407b9413-ffcb-4fe3-afc9-b9ac5bb62798",
    "CreateDate": "2026-04-27T20:33:08.3119266-07:00",
    "CreateUser": "sample string 7",
    "LastModifiedDate": "2026-04-27T20:33:08.3119266-07:00",
    "LastModifiedUser": "sample string 8"
  },
  "Total": 1,
  "Message": "sample string 1"
}