/booking - GetBookingIds (Filter by name)
GET {{host}}/booking?firstname={{$randomFirstName}}&lastname={{$randomLastName}}
Requests all Booking IDs that match the firstname AND lastname provided in the query string. You can also query by firstname or lastname alone.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
firstname | string | ||
lastname | string |