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": "69074169-7a5f-4ae5-a5a0-bfb5a69024ac",
"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": "e6f25c32-f1aa-4f45-a10c-faf821ed27cf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "29edbbed-a282-40d2-a6cb-5ea18070d871",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "17d6c993-6d60-4b4d-bc3f-4743497c45f8",
"CreateDate": "2026-06-28T10:31:26.4892777-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-28T10:31:26.4892777-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "d72cad92-6816-458f-93ba-7c6043c4a675",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-28T10:31:26.4892777-07:00",
"MeasurementValueNeededDate": "2026-06-28T10:31:26.4892777-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1832c044-518c-412d-a5fb-840af71074c8",
"CreateDate": "2026-06-28T10:31:26.4892777-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-28T10:31:26.4892777-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-28T10:31:26.4892777-07:00",
"MeasurementValueNeededDate": "2026-06-28T10:31:26.4892777-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d1f403d8-0bee-452d-b916-32dd27fa3947",
"CreateDate": "2026-06-28T10:31:26.4892777-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-28T10:31:26.4892777-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}