An exported PLU configuration record
Required
MaxLength(50)
longDescription :
string
Long form description of this PLU
Required
MaxLength(32)
receiptDescription :
string
Description of this PLU to show on receipts
Required
MaxLength(20)
shortDescription :
string
Short description of this PLU
Required
MaxLength(32)
kpDescription :
string
Description of this PLU to show on kitchen printer dockets
Required
MaxLength(128)
touchscreenDescription :
string
Description of this PLU to show on touch screen displays
Required
MaxLength(1024)
productNotes :
string
Freeform notes associated with this PLU
Nullable
pluiD :
string (GUID)
Unique (within parent organisation) identifier of this PLU record
Nullable
reporting_GroupID :
string (GUID)
Reference to parent Group for reporting purposes
Nullable
printing_GroupID :
string (GUID)
Reference to parent Group for printing purposes
Nullable
pluNumber :
number (int)
Optional PLU number that can be used to identify this product
Nullable
productClass :
PLUProductClassTypes
Classification for the type and usage of this PLU
Nullable
decimal(18, 2)
cost :
number (decimal)
The optional hardcoded, manually maintained cost associated with ordering this PLU
Nullable
tags1 :
PLUTags1
metadata flags associated with this PLU
Nullable
barcodes :
ModifierBarcode
[]
The barcode value(s) that have been assigned to this PLU in the configuration
Nullable
prices :
PLUModifierPrice
[]
These will represent the various prices this PLU can be sold at whether combined with a SaleModifier or sold without a modifier.
Example
{
"longDescription": "string value",
"receiptDescription": "string value",
"shortDescription": "string value",
"kpDescription": "string value",
"touchscreenDescription": "string value",
"productNotes": "string value",
"pluiD": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
"reporting_GroupID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
"printing_GroupID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
"pluNumber": 321,
"productClass": 1,
"cost": 1.23,
"tags1": 1,
"barcodes": [],
"prices": []
}