Get Barcodes
post
/config/sim/v2/menuItems/getBarcodes
Gets a list of all the Barcodes for the specified hierarchy
Request
Supported Media Types
- application/json
- multipart/form-data
Request body
Root Schema : schema
Type:
Show Source
object
-
hierUnitId(required):
integer
Hierarchy location of the barcodes being fetchedExample:
1012
-
include:
string
If specified, limits the data returned to these fields.Example:
hierUnitId, objectNum, name
-
includeAll:
string
If this value is specified, the include parameter is ignored.
Value Description basic Forces the response to include all fields except option string details detailed Forces the response to include all fields including option string details Example:detailed
-
langIds:
string
If specified, limits translated strings returnedExample:
1,2,3
-
limit:
integer
If using paging, number of results returned in this page.Example:
100
-
offset:
integer
Starting resource record index. Not required if paging parameters are not supportedExample:
0
-
orderBy:
string
Sorts the response by the specified field name and sort order.Example:
hierUnitId:asc
-
searchCriteria:
string
If specified, returns records that match the criteria.Example:
where equals(hierUnitId, 7)
Response
Supported Media Types
- application/json
200 Response
A Collection of Barcodes.
Nested Schema : BarCodeResourceObject
Type:
object
Model for Barcode object
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:
integer
Hierarchy location where the barcode is being addedExample:
1012
-
leadNumZeros:
number
Leading ZeroesExample:
2
-
masterObjNum:
integer
Master object numberExample:
501
-
objectNum:
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