ListPlaces

Description

Returns all places which comply with the given search criteria

Paths

Example

Example request object

{
  "SearchCriteria": {
    "PlaceId": null,
    "InfrastructureId": null,
    "ReservationActivityId": null,
    "NamePattern": "string_example",
    "Includes": {
      "InfrastructureInfo": false,
      "ReservationActivityInfo": false,
      "Cumulated": null,
      "Uncumulated": null,
      "AllowedReservationActivities": false,
      "AllowedRentalArticles": false,
      "IncludeImage": false,
      "IncludeImageUrl": false,
      "IgnoreAddressGroupReadAndBookingRights": false,
      "IgnoreShowOnWeb": false
    },
    "Paging": {
      "PageIndex": 0,
      "PageSize": 0,
      "Sorting": null
    },
    "PersonId": null,
    "PlaceIds": [
      "00000000-0000-0000-0000-000000000000"
    ]
  },
  "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

{
  "Places": null
}

ShouldBeExecuted

Postdata

Response