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": "b30c20ca-2ee9-4f5a-817d-269909df2779",
"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": "41d057d3-2eac-4ca1-9e26-743df417659d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "bba7a03c-0fa9-41f6-b8be-260775be60de",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c4d8546e-335a-4d21-87ef-4f0d6d497d7d",
"CreateDate": "2026-03-24T15:05:21.4029035-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T15:05:21.4029035-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c4e39b21-cdd3-4666-86ec-f5357eb9688d",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T15:05:21.4029035-07:00",
"MeasurementValueNeededDate": "2026-03-24T15:05:21.4029035-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "c6c8183a-0a61-4e58-8cf9-0c4fda816609",
"CreateDate": "2026-03-24T15:05:21.4029035-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T15:05:21.4029035-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-24T15:05:21.4029035-07:00",
"MeasurementValueNeededDate": "2026-03-24T15:05:21.4029035-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "172f1be2-4431-4e0b-8a4b-9771c2411a13",
"CreateDate": "2026-03-24T15:05:21.4029035-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-24T15:05:21.4029035-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}