PUT Assets/UpdateBarcode
Updates the given asset's barcode.
Request Information
URI Parameters
None.
Body Parameters
Contains the AssetId and desired barcode
UpdateAssetBarcodeParameters| Name | Description | Type | Additional information | 
|---|---|---|---|
| AssetId | globally unique identifier | None. | |
| Barcode | Barcode | None. | 
Request Formats
application/json, text/json
            Sample:
{
  "AssetId": "2af3204c-8c45-4ed8-962c-48649c8b03c2",
  "Barcode": {
    "Format": 0,
    "Code": "sample string 1"
  }
}
        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": "d13cf2c2-bfb6-4717-b99d-a1d9209416a7",
    "Name": "sample string 1",
    "Description": "sample string 2",
    "DisplayOrder": 1,
    "AssetType": {
      "AssetTypeId": "7a8e3c78-028d-4833-a163-31613917a2d4",
      "Name": "sample string 1",
      "Description": "sample string 2",
      "DisplayColor": "sample string 3",
      "SourceSystemId": "sample string 4",
      "CompanyId": "465a654a-3e1b-474c-ae85-0da563ca39b0",
      "CreateDate": "2025-10-31T10:14:09.4582501-07:00",
      "CreateUser": "sample string 6",
      "LastModifiedDate": "2025-10-31T10:14:09.4582501-07:00",
      "LastModifiedUser": "sample string 7"
    },
    "AssetGroup": {
      "AssetGroupId": "038c4472-35c4-4493-8285-80f8d0a4492b",
      "Name": "sample string 1",
      "Description": "sample string 2",
      "ParentGroup": null,
      "DisplayOrder": 1,
      "FormValueNeededDate": "2025-10-31T10:14:09.4582501-07:00",
      "MeasurementValueNeededDate": "2025-10-31T10:14:09.4582501-07:00",
      "SourceSystemId": "sample string 3",
      "CompanyId": "f7acf4bc-0386-4afa-8dcb-f57b6f0c358e",
      "CreateDate": "2025-10-31T10:14:09.4582501-07:00",
      "CreateUser": "sample string 5",
      "LastModifiedDate": "2025-10-31T10:14:09.4582501-07:00",
      "LastModifiedUser": "sample string 6"
    },
    "ParentAsset": null,
    "Location": "sample string 3",
    "Barcode": {
      "Format": 0,
      "Code": "sample string 1"
    },
    "FormValueNeededDate": "2025-10-31T10:14:09.4582501-07:00",
    "MeasurementValueNeededDate": "2025-10-31T10:14:09.4582501-07:00",
    "HasChildren": true,
    "SourceSystemId": "sample string 5",
    "CompanyId": "412fd08e-2548-44c5-8ffe-f087bab9cfda",
    "CreateDate": "2025-10-31T10:14:09.4582501-07:00",
    "CreateUser": "sample string 7",
    "LastModifiedDate": "2025-10-31T10:14:09.4582501-07:00",
    "LastModifiedUser": "sample string 8"
  },
  "Total": 1,
  "Message": "sample string 1"
}