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": "97b9c83c-2c79-40a4-b226-d24537de0ba9",
"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": "4560f430-74fd-4b58-a9e5-e8fd39f89a58",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "236520ff-a96b-4be3-bc72-3bf19e1a755e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9f27096e-e0d0-4348-a00b-1a6c7e5c0da9",
"CreateDate": "2026-06-23T07:51:01.8531811-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-23T07:51:01.8531811-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "db758163-47ac-403e-b3bb-3f9f1c31b3e9",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-23T07:51:01.8531811-07:00",
"MeasurementValueNeededDate": "2026-06-23T07:51:01.8531811-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "31400476-bd3a-42db-abde-a14405816516",
"CreateDate": "2026-06-23T07:51:01.8531811-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-23T07:51:01.8531811-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-23T07:51:01.8531811-07:00",
"MeasurementValueNeededDate": "2026-06-23T07:51:01.8531811-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0e0f6306-f863-42bd-b376-d4084cd9cbd5",
"CreateDate": "2026-06-23T07:51:01.8531811-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-23T07:51:01.8531811-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}