Update Barcodes
post
/config/sim/v2/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 : BarCodeCUDRequestBody
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
A response body for the updated Barcode
Root Schema : BarCodeResponse
Type:
object
Model for Barcode Response object
Show Source
-
hierUnitId(required):
integer
Hierarchy location where the barcode is being addedExample:
1012
-
objectNum(required):
integer
Barcode record object numberExample:
101
400 Response
400 Bad Request
Root Schema : ErrorDetails
Type:
object
Response body when the request returns an error.
Show Source
-
detail(required):
string
A short, human-readable summary of the problem.Example:
Specified Data is invalid
-
errorDetails(required):
string
A human-readable explanation specific to this occurrence of the problem.Example:
Entity Does Not Exist
-
o:errorCode(required):
integer
Error code of the problemExample:
55223
-
status(required):
integer
HTTP status code.Example:
400
-
title(required):
string
A short, human-readable summary of the problem type.Example:
VALIDATION ERROR
-
type(required):
string
A URI reference that identifies the problem type. When this member is not present, its value is assumed to be "about:blank".Example:
http://www.abc.org/xyz.html