ModifierBarcode
Model
A combination of barcode and modifier details (if any)
Required
MaxLength(128)
barcode :
string
The barcode that is being scanned
Nullable
salesModifierID :
string (GUID)
The sales modifier ID (if any) that should be applied to the parent Product when this barcode is scanned
Nullable
MaxLength(24)
modifierName :
string
The sales modifier name (if any) that should be applied to the parent Product when this barcode is scanned
Nullable
MaxLength(8)
modifierPrefix :
string
The sales modifier prefix (if any) that should be applied to the parent Product when this barcode is scanned
Example
{
"barcode": "string value",
"salesModifierID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
"modifierName": "string value",
"modifierPrefix": "string value"
}