Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 475 Bytes

loyalty-event-location-filter.md

File metadata and controls

25 lines (16 loc) · 475 Bytes

Loyalty Event Location Filter

Filter events by location.

Structure

LoyaltyEventLocationFilter

Fields

Name Type Tags Description
locationIds string[] Required The location IDs for loyalty events to query.
If multiple values are specified, the endpoint uses
a logical OR to combine them.

Example (as JSON)

{
  "location_ids": [
    "location_ids0"
  ]
}