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": "db88d8e4-4095-4b06-a251-77098211063f",
  "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": "3ff7879a-97e5-447d-8bfd-26e5be2b1668",
    "Name": "sample string 1",
    "Description": "sample string 2",
    "DisplayOrder": 1,
    "AssetType": {
      "AssetTypeId": "e9957a25-ecd0-49d2-b070-97032e78e925",
      "Name": "sample string 1",
      "Description": "sample string 2",
      "DisplayColor": "sample string 3",
      "SourceSystemId": "sample string 4",
      "CompanyId": "60b3de40-aafe-4c57-a769-71b21a4e16c6",
      "CreateDate": "2025-10-31T00:36:24.2349403-07:00",
      "CreateUser": "sample string 6",
      "LastModifiedDate": "2025-10-31T00:36:24.2349403-07:00",
      "LastModifiedUser": "sample string 7"
    },
    "AssetGroup": {
      "AssetGroupId": "23a094b4-3f50-46b2-b825-b76b08bb5ed0",
      "Name": "sample string 1",
      "Description": "sample string 2",
      "ParentGroup": null,
      "DisplayOrder": 1,
      "FormValueNeededDate": "2025-10-31T00:36:24.2349403-07:00",
      "MeasurementValueNeededDate": "2025-10-31T00:36:24.2349403-07:00",
      "SourceSystemId": "sample string 3",
      "CompanyId": "5b6cadb9-1c70-4d0b-a4f3-a4cce31c3385",
      "CreateDate": "2025-10-31T00:36:24.2349403-07:00",
      "CreateUser": "sample string 5",
      "LastModifiedDate": "2025-10-31T00:36:24.2349403-07:00",
      "LastModifiedUser": "sample string 6"
    },
    "ParentAsset": null,
    "Location": "sample string 3",
    "Barcode": {
      "Format": 0,
      "Code": "sample string 1"
    },
    "FormValueNeededDate": "2025-10-31T00:36:24.2349403-07:00",
    "MeasurementValueNeededDate": "2025-10-31T00:36:24.2349403-07:00",
    "HasChildren": true,
    "SourceSystemId": "sample string 5",
    "CompanyId": "9674766e-7b2c-4dc5-be75-9556fa67f712",
    "CreateDate": "2025-10-31T00:36:24.2349403-07:00",
    "CreateUser": "sample string 7",
    "LastModifiedDate": "2025-10-31T00:36:24.2349403-07:00",
    "LastModifiedUser": "sample string 8"
  },
  "Total": 1,
  "Message": "sample string 1"
}