GetPLUSpecialsRequest Model

The query parameters for a call to the PLU Specials "Get" endpoint

Required
OutletID : string (GUID)

OutletID requesting the PLU specials list

Nullable
DateTimeLastUpdatedUTC : object

Include PLU Specials which have been updated on or since the specified date/time offset

Nullable
MaxExpiredAgeDays : number (int)

The maximum age (days) of expired specials that can be included in the results

IncludeDeleted : bool

Should we include deleted specials in the results?

Example
{
  "OutletID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "DateTimeLastUpdatedUTC": {},
  "MaxExpiredAgeDays": 321,
  "IncludeDeleted": true
}