Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.45 KB

File metadata and controls

24 lines (21 loc) · 1.45 KB

Flipdish.Model.SearchCriteria

Properties

Name Type Description Notes
Limit int? The maximum elements to return [optional]
Page int? The index of the page to return, starting by 1 [optional]
Start DateTime? Start date [optional]
End DateTime? End date [optional]
OrderId int? Events that have Order Id [optional]
StoreId int? Events that have Store Id [optional]
StoreIdList List<int?> Events that have Store Id List [optional]
StoreGroupId int? Events that have Store Group Id [optional]
UserId int? Events that have User Id [optional]
MenuId int? Events that have Menu Id [optional]
CampaignId int? 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]

[Back to Model list] [Back to API list] [Back to README]