FindCultureReservations

Description

Returns the Culture Reservations based on the search criteria object

Paths

Example

Example request object

{
  "SearchCriteria": {
    "PersonId": null,
    "CultureEventId": null,
    "CultureEventReservationId": null,
    "From": null,
    "Until": null,
    "Paging": {
      "PageIndex": 0,
      "PageSize": 0,
      "Sorting": null
    },
    "Includes": {
      "Customers": false,
      "IncludeLocked": false
    }
  },
  "Context": {
    "DivisionId": "00000000-0000-0000-0000-000000000000",
    "Language": "string_example",
    "ShopId": "00000000-0000-0000-0000-000000000000",
    "SessionId": "00000000-0000-0000-0000-000000000000",
    "Origin": 0,
    "Password": "string_example",
    "Encode": false,
    "AccessToken": "string_example"
  }
}

Example response object

{
  "CultureReservations": null
}

ShouldBeExecuted

Postdata

Response