Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.35 KB

File metadata and controls

25 lines (20 loc) · 1.35 KB

SearchCriteria

Properties

Name Type Description Notes
limit Integer The maximum elements to return [optional]
page Integer The index of the page to return, starting by 1 [optional]
start OffsetDateTime Start date [optional]
end OffsetDateTime End date [optional]
orderId Integer Events that have Order Id [optional]
storeId Integer Events that have Store Id [optional]
storeIdList List<Integer> Events that have Store Id List [optional]
storeGroupId Integer Events that have Store Group Id [optional]
userId Integer Events that have User Id [optional]
menuId Integer Events that have Menu Id [optional]
campaignId Integer Events that have Campaign Id [optional]
userEmail String Events that have User Email [optional]
userName String Events that have User Name [optional]
voucherCode String Events that have voucher code [optional]
eventType List<String> Events that have event type\s [optional]
flipdishEventId String Unique Identifier of Event, if this is specified, all other criteria are ignored. [optional]