PLUSpecial Model

Required
PLUSpecialID : string (GUID)

Required
Deleted : bool

Required
ScopedNodeType : SiteHierarchyNodeTypes

Required
ScopedNodeID : string (GUID)

Required
Base_PLUID : string (GUID)

Required
SalesModifierID : string (GUID)

Required decimal(18, 2)
Price : number (decimal)

Required
IsDisabled : bool

Required
LastUpdatedUTC : object

Nullable
Reporting_GroupID : string (GUID)

Nullable
Printing_GroupID : string (GUID)

Nullable MaxLength(50)
CommonLongDescription : string

Nullable MaxLength(32)
CommonReceiptDescription : string

Nullable MaxLength(20)
CommonShortDescription : string

Nullable MaxLength(32)
CommonKPDescription : string

Nullable MaxLength(128)
CommonTouchscreenDescription : string

Nullable MaxLength(1024)
CommonProductNotes : string

Nullable
PrintersBitMask : number (int)

Nullable decimal(18, 2)
Cost : number (decimal)

Nullable
Tags1 : number (int)

Nullable
PLUPromptTemplateID : string (GUID)

Nullable
PredefinedPeriodID : string (GUID)

Nullable
CustomPeriodDateMethod : PredefinedPeriodAssignmentDateMethods

Nullable MaxLength(16)
CustomPeriodDateFrom : string

Nullable MaxLength(16)
CustomPeriodDateTo : string

Nullable
CustomPeriodTimeMethod : PredefinedPeriodAssignmentTimeMethods

Nullable MaxLength(16)
CustomPeriodTimeFrom : string

Nullable MaxLength(16)
CustomPeriodTimeTo : string

Nullable
CustomPeriodDaysMethod : PredefinedPeriodAssignmentWeekdayMethods

Nullable
CustomPeriodDays : number (int)

Example
{
  "PLUSpecialID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "Deleted": true,
  "ScopedNodeType": 1,
  "ScopedNodeID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "Base_PLUID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "SalesModifierID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "Price": 1.23,
  "IsDisabled": true,
  "LastUpdatedUTC": {},
  "Reporting_GroupID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "Printing_GroupID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "CommonLongDescription": "string value",
  "CommonReceiptDescription": "string value",
  "CommonShortDescription": "string value",
  "CommonKPDescription": "string value",
  "CommonTouchscreenDescription": "string value",
  "CommonProductNotes": "string value",
  "PrintersBitMask": 321,
  "Cost": 1.23,
  "Tags1": 321,
  "PLUPromptTemplateID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "PredefinedPeriodID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "CustomPeriodDateMethod": 1,
  "CustomPeriodDateFrom": "string value",
  "CustomPeriodDateTo": "string value",
  "CustomPeriodTimeMethod": 1,
  "CustomPeriodTimeFrom": "string value",
  "CustomPeriodTimeTo": "string value",
  "CustomPeriodDaysMethod": 1,
  "CustomPeriodDays": 321
}