Update Barcodes
post
/config/sim/v1/menuItems/updateBarcodes
Updates Barcode
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
Request body
Root Schema : schema
Type:
object
Model for Barcode CUD Request
Show Source
-
alternatePrepCost:
number
Prep cost used when ordering with barcodeExample:
0.18
-
alternatePrice:
number
Price used when ordering with barcodeExample:
5.16
-
barcode:
integer
Barcode valueExample:
1
-
defSequenceNum:
integer
Definition sequence number this barcode applies to. If null, all definitions applyExample:
5
-
hierUnitId(required):
integer
Hierarchy location where the barcode is being addedExample:
1012
-
leadNumZeros:
number
Leading ZeroesExample:
2
-
masterObjNum:
integer
Master object numberExample:
501
-
objectNum(required):
integer
Barcode record object numberExample:
101
-
priceSequenceNum:
integer
Price sequence this barcode applies to. If null, applies to all price records for the selected master and definitions.Example:
3
Response
Supported Media Types
- application/json
200 Response
Barcode Updated.
Root Schema : BarCodeResponse
Type:
object
Model for Barcode Response object
Show Source
-
hierUnitId:
integer
Hierarchy location where the barcode is being addedExample:
1012
-
objectNum:
integer
Barcode record object numberExample:
101