PUT Assets/UpdateBarcode
Updates the given asset's barcode.
Request Information
URI Parameters
None.
Body Parameters
Contains the AssetId and desired barcode
UpdateAssetBarcodeParametersName | Description | Type | Additional information |
---|---|---|---|
AssetId | globally unique identifier |
None. |
|
Barcode | Barcode |
None. |
Request Formats
application/json, text/json
Sample:
{ "AssetId": "598ae109-ad99-41d9-9ad5-0717e4633a6a", "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": "33163d98-748a-41a2-9f76-c8199e4149be", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "1e15f09d-4aa2-4e49-9644-af16e48c6bbf", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "b90d1a9c-667c-49b4-b2e4-75576fbd6b2c", "CreateDate": "2025-04-03T15:20:50.569367-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:20:50.569367-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "6019d0da-b76e-4d84-bf19-a30ffcff9ce0", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-04-03T15:20:50.569367-07:00", "MeasurementValueNeededDate": "2025-04-03T15:20:50.569367-07:00", "SourceSystemId": "sample string 3", "CompanyId": "863ae684-ef7c-4116-a3f2-4e64536ccbbc", "CreateDate": "2025-04-03T15:20:50.569367-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-03T15:20:50.569367-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-04-03T15:20:50.569367-07:00", "MeasurementValueNeededDate": "2025-04-03T15:20:50.569367-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "cc87475e-4c39-4a66-819e-e0f966a3c038", "CreateDate": "2025-04-03T15:20:50.569367-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-03T15:20:50.569367-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }