POST api/timeslot/extended

Request Information

URI Parameters

None.

Body Parameters

TimeslotSearchParamsExt
NameDescriptionTypeAdditional information
ProductIds

Collection of integer

None.

PackageGroupIds

Collection of integer

None.

CapacityResourceIds

Collection of integer

None.

From

date

None.

To

date

None.

IncludeIsForOpenTicket

boolean

None.

TimeslotPackageGroupId

integer

None.

AvailableStatus

TimeslotStatus

None.

IncludeReservedAndPendingCapacitiesCount

boolean

None.

IncludeAvailableCapacityForExternals

boolean

None.

IncludeExternalResellerGroupCapacities

boolean

None.

IncludeBarcodeValidationCount

boolean

None.

IncludeProductList

boolean

None.

IncludeResellerPrices

boolean

None.

IncludeCalculatedDynamicPrices

boolean

None.

IncludeRetailPrices

boolean

None.

SalesChannelId

integer

None.

ResellerId

integer

None.

TicketHubEntityId

integer

None.

ProductId

integer

None.

PackageGroupId

integer

None.

IncludeClosedTimeslot

boolean

None.

ForcibleCallExternalSystem

boolean

None.

RequestIdentifier

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "productIds": [
    1,
    2
  ],
  "packageGroupIds": [
    1,
    2
  ],
  "capacityResourceIds": [
    1,
    2
  ],
  "from": "2026-01-24T15:33:51.0366915+01:00",
  "to": "2026-01-24T15:33:51.0366915+01:00",
  "includeIsForOpenTicket": true,
  "timeslotPackageGroupId": 1,
  "availableStatus": 0,
  "includeReservedAndPendingCapacitiesCount": true,
  "includeAvailableCapacityForExternals": true,
  "includeExternalResellerGroupCapacities": true,
  "includeBarcodeValidationCount": true,
  "includeProductList": true,
  "includeResellerPrices": true,
  "includeCalculatedDynamicPrices": true,
  "includeRetailPrices": true,
  "salesChannelId": 1,
  "resellerId": 1,
  "ticketHubEntityId": 1,
  "productId": 1,
  "packageGroupId": 1,
  "includeClosedTimeslot": true,
  "forcibleCallExternalSystem": true,
  "requestIdentifier": "ac925997-1e2c-417b-aa02-ceed611f5bbf"
}

Response Information

Resource Description

Collection of ProductInfoSO
NameDescriptionTypeAdditional information
ProductId

integer

None.

PackageGroupId

integer

None.

AvailableTicketCategories

Collection of TicketCategoryInfo

None.

Timeslots

Collection of TimeslotInfo

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "productId": 1,
    "packageGroupId": 1,
    "availableTicketCategories": [
      {
        "ticketCategoryId": 1,
        "ticketCategoryDescription": "sample string 2"
      },
      {
        "ticketCategoryId": 1,
        "ticketCategoryDescription": "sample string 2"
      }
    ],
    "timeslots": [
      {
        "timeslotId": 1,
        "packageTimeSlotGroupId": 2,
        "capacityResourceId": 3,
        "productId": 1,
        "startTime": "2026-01-24T15:33:51.0366915+01:00",
        "presenceTime": "2026-01-24T15:33:51.0366915+01:00",
        "returnTime": "2026-01-24T15:33:51.0366915+01:00",
        "totalCapacity": 7,
        "availableStatus": 0,
        "availableCapacity": 8,
        "isForOpenTicket": true,
        "capacityProviderId": 10,
        "capacityProviderName": "sample string 11",
        "reservedAndPendingCapacitiesCount": 1,
        "validatedBarcodeCount": 1,
        "packageGroupId": 1,
        "pickupLocationsList": {
          "pickupLocationsListId": 1,
          "description": "sample string 2",
          "remark": "sample string 3",
          "pickupLocations": [
            {
              "pickupLocationId": 1,
              "description": "sample string 2",
              "latitude": "sample string 3",
              "longitude": "sample string 4",
              "remark": "sample string 5"
            },
            {
              "pickupLocationId": 1,
              "description": "sample string 2",
              "latitude": "sample string 3",
              "longitude": "sample string 4",
              "remark": "sample string 5"
            }
          ]
        },
        "timeslotExternalGroupDetails": [
          {
            "timeslotExternalGroupDetailId": 1,
            "externalResellerGroupId": 2,
            "externalResellerGroupName": "sample string 3",
            "timeslotId": 4,
            "capacityResourceId": 5,
            "productId": 1,
            "totalCapacity": 6,
            "soldCapacity": 7
          },
          {
            "timeslotExternalGroupDetailId": 1,
            "externalResellerGroupId": 2,
            "externalResellerGroupName": "sample string 3",
            "timeslotId": 4,
            "capacityResourceId": 5,
            "productId": 1,
            "totalCapacity": 6,
            "soldCapacity": 7
          }
        ],
        "products": [
          {
            "productId": 1,
            "attractionId": 2,
            "productName": "sample string 3",
            "translationId": 1,
            "isCapacityProduct": true,
            "accountId": 5,
            "validTimeInMinutes": 1,
            "status": 0,
            "capacityResourceId": 1,
            "showUnitIds": [
              "sample string 1",
              "sample string 2"
            ],
            "printBarcode": true,
            "doNotPrintTicket": true,
            "productHandlingType": 0,
            "productConfigurationId": 1,
            "printTicketInfo": "sample string 8",
            "isRefundable": true,
            "packageTimeslotGroupId": 1,
            "cancellationPolicyId": 1,
            "saleCutoffTimePolicyId": 1,
            "cancellationPolicyForAllAdministration": true,
            "saleCutoffTimePolicyForAllAdministration": true,
            "barcodeSymbologyCode": "sample string 12",
            "productDetails": [
              {
                "productDetailId": 1,
                "accountId": 2,
                "productId": 3,
                "cutOffTime": 1,
                "rebookCutOffTime": 1,
                "kioskMemo": "sample string 4",
                "packageTimeslotGroupId": 1,
                "cancellationPolicyId": 1,
                "defaultPickupLocationId": 1,
                "saleCutoffTimePolicyId": 1
              },
              {
                "productDetailId": 1,
                "accountId": 2,
                "productId": 3,
                "cutOffTime": 1,
                "rebookCutOffTime": 1,
                "kioskMemo": "sample string 4",
                "packageTimeslotGroupId": 1,
                "cancellationPolicyId": 1,
                "defaultPickupLocationId": 1,
                "saleCutoffTimePolicyId": 1
              }
            ],
            "productConfiguration": {
              "productConfigurationId": 1,
              "description": "sample string 2",
              "externalCapacityResourceId": "sample string 3",
              "capacityProviderId": 4,
              "externalCacheEnabled": true,
              "externalCacheReloadInterval": 1,
              "externalCacheDays": 1,
              "loadExternalRetailPrices": true,
              "autoUpLoadExternalRetailPrices": true,
              "externalPricesRefreshInterval": 1,
              "retailPricesDifferenceTreshold": 1.0,
              "doNotBookOverInternalTotalCapacity": true,
              "enabledInExternalSystem": true,
              "useExternalSharedCapacity": true,
              "productConfigurationDetails": [
                {
                  "productConfigurationDetailId": 1,
                  "productConfigurationId": 2,
                  "ticketCategoryId": 3,
                  "externalTicketCategoryId": "sample string 4",
                  "externalPrice": 1.0,
                  "currency": "sample string 5"
                },
                {
                  "productConfigurationDetailId": 1,
                  "productConfigurationId": 2,
                  "ticketCategoryId": 3,
                  "externalTicketCategoryId": "sample string 4",
                  "externalPrice": 1.0,
                  "currency": "sample string 5"
                }
              ]
            },
            "externalId": "sample string 13"
          },
          {
            "productId": 1,
            "attractionId": 2,
            "productName": "sample string 3",
            "translationId": 1,
            "isCapacityProduct": true,
            "accountId": 5,
            "validTimeInMinutes": 1,
            "status": 0,
            "capacityResourceId": 1,
            "showUnitIds": [
              "sample string 1",
              "sample string 2"
            ],
            "printBarcode": true,
            "doNotPrintTicket": true,
            "productHandlingType": 0,
            "productConfigurationId": 1,
            "printTicketInfo": "sample string 8",
            "isRefundable": true,
            "packageTimeslotGroupId": 1,
            "cancellationPolicyId": 1,
            "saleCutoffTimePolicyId": 1,
            "cancellationPolicyForAllAdministration": true,
            "saleCutoffTimePolicyForAllAdministration": true,
            "barcodeSymbologyCode": "sample string 12",
            "productDetails": [
              {
                "productDetailId": 1,
                "accountId": 2,
                "productId": 3,
                "cutOffTime": 1,
                "rebookCutOffTime": 1,
                "kioskMemo": "sample string 4",
                "packageTimeslotGroupId": 1,
                "cancellationPolicyId": 1,
                "defaultPickupLocationId": 1,
                "saleCutoffTimePolicyId": 1
              },
              {
                "productDetailId": 1,
                "accountId": 2,
                "productId": 3,
                "cutOffTime": 1,
                "rebookCutOffTime": 1,
                "kioskMemo": "sample string 4",
                "packageTimeslotGroupId": 1,
                "cancellationPolicyId": 1,
                "defaultPickupLocationId": 1,
                "saleCutoffTimePolicyId": 1
              }
            ],
            "productConfiguration": {
              "productConfigurationId": 1,
              "description": "sample string 2",
              "externalCapacityResourceId": "sample string 3",
              "capacityProviderId": 4,
              "externalCacheEnabled": true,
              "externalCacheReloadInterval": 1,
              "externalCacheDays": 1,
              "loadExternalRetailPrices": true,
              "autoUpLoadExternalRetailPrices": true,
              "externalPricesRefreshInterval": 1,
              "retailPricesDifferenceTreshold": 1.0,
              "doNotBookOverInternalTotalCapacity": true,
              "enabledInExternalSystem": true,
              "useExternalSharedCapacity": true,
              "productConfigurationDetails": [
                {
                  "productConfigurationDetailId": 1,
                  "productConfigurationId": 2,
                  "ticketCategoryId": 3,
                  "externalTicketCategoryId": "sample string 4",
                  "externalPrice": 1.0,
                  "currency": "sample string 5"
                },
                {
                  "productConfigurationDetailId": 1,
                  "productConfigurationId": 2,
                  "ticketCategoryId": 3,
                  "externalTicketCategoryId": "sample string 4",
                  "externalPrice": 1.0,
                  "currency": "sample string 5"
                }
              ]
            },
            "externalId": "sample string 13"
          }
        ],
        "externalPrices": [
          {
            "from": "2026-01-24T15:33:51.0366915+01:00",
            "to": "2026-01-24T15:33:51.0366915+01:00",
            "timeslotId": 1,
            "ticketCategoryId": 3,
            "ticketCategoryName": "sample string 4",
            "ticketCategoryCode": "sample string 5",
            "externalTicketCategoryId": "sample string 6",
            "productId": 7,
            "externalProductId": "sample string 8",
            "price": 9.0,
            "currency": "sample string 10",
            "salesChannelId": 1,
            "externalPriceDifferenceTreshold": 1.0,
            "resellerId": 1,
            "accountId": 1,
            "dynamicPrice": 1.0
          },
          {
            "from": "2026-01-24T15:33:51.0366915+01:00",
            "to": "2026-01-24T15:33:51.0366915+01:00",
            "timeslotId": 1,
            "ticketCategoryId": 3,
            "ticketCategoryName": "sample string 4",
            "ticketCategoryCode": "sample string 5",
            "externalTicketCategoryId": "sample string 6",
            "productId": 7,
            "externalProductId": "sample string 8",
            "price": 9.0,
            "currency": "sample string 10",
            "salesChannelId": 1,
            "externalPriceDifferenceTreshold": 1.0,
            "resellerId": 1,
            "accountId": 1,
            "dynamicPrice": 1.0
          }
        ],
        "prices": [
          {
            "from": "2026-01-24T15:33:51.0366915+01:00",
            "to": "2026-01-24T15:33:51.0366915+01:00",
            "timeslotId": 1,
            "ticketCategoryId": 3,
            "ticketCategoryName": "sample string 4",
            "ticketCategoryCode": "sample string 5",
            "externalTicketCategoryId": "sample string 6",
            "productId": 7,
            "externalProductId": "sample string 8",
            "price": 9.0,
            "currency": "sample string 10",
            "salesChannelId": 1,
            "externalPriceDifferenceTreshold": 1.0,
            "resellerId": 1,
            "accountId": 1,
            "dynamicPrice": 1.0
          },
          {
            "from": "2026-01-24T15:33:51.0366915+01:00",
            "to": "2026-01-24T15:33:51.0366915+01:00",
            "timeslotId": 1,
            "ticketCategoryId": 3,
            "ticketCategoryName": "sample string 4",
            "ticketCategoryCode": "sample string 5",
            "externalTicketCategoryId": "sample string 6",
            "productId": 7,
            "externalProductId": "sample string 8",
            "price": 9.0,
            "currency": "sample string 10",
            "salesChannelId": 1,
            "externalPriceDifferenceTreshold": 1.0,
            "resellerId": 1,
            "accountId": 1,
            "dynamicPrice": 1.0
          }
        ]
      },
      {
        "timeslotId": 1,
        "packageTimeSlotGroupId": 2,
        "capacityResourceId": 3,
        "productId": 1,
        "startTime": "2026-01-24T15:33:51.0366915+01:00",
        "presenceTime": "2026-01-24T15:33:51.0366915+01:00",
        "returnTime": "2026-01-24T15:33:51.0366915+01:00",
        "totalCapacity": 7,
        "availableStatus": 0,
        "availableCapacity": 8,
        "isForOpenTicket": true,
        "capacityProviderId": 10,
        "capacityProviderName": "sample string 11",
        "reservedAndPendingCapacitiesCount": 1,
        "validatedBarcodeCount": 1,
        "packageGroupId": 1,
        "pickupLocationsList": {
          "pickupLocationsListId": 1,
          "description": "sample string 2",
          "remark": "sample string 3",
          "pickupLocations": [
            {
              "pickupLocationId": 1,
              "description": "sample string 2",
              "latitude": "sample string 3",
              "longitude": "sample string 4",
              "remark": "sample string 5"
            },
            {
              "pickupLocationId": 1,
              "description": "sample string 2",
              "latitude": "sample string 3",
              "longitude": "sample string 4",
              "remark": "sample string 5"
            }
          ]
        },
        "timeslotExternalGroupDetails": [
          {
            "timeslotExternalGroupDetailId": 1,
            "externalResellerGroupId": 2,
            "externalResellerGroupName": "sample string 3",
            "timeslotId": 4,
            "capacityResourceId": 5,
            "productId": 1,
            "totalCapacity": 6,
            "soldCapacity": 7
          },
          {
            "timeslotExternalGroupDetailId": 1,
            "externalResellerGroupId": 2,
            "externalResellerGroupName": "sample string 3",
            "timeslotId": 4,
            "capacityResourceId": 5,
            "productId": 1,
            "totalCapacity": 6,
            "soldCapacity": 7
          }
        ],
        "products": [
          {
            "productId": 1,
            "attractionId": 2,
            "productName": "sample string 3",
            "translationId": 1,
            "isCapacityProduct": true,
            "accountId": 5,
            "validTimeInMinutes": 1,
            "status": 0,
            "capacityResourceId": 1,
            "showUnitIds": [
              "sample string 1",
              "sample string 2"
            ],
            "printBarcode": true,
            "doNotPrintTicket": true,
            "productHandlingType": 0,
            "productConfigurationId": 1,
            "printTicketInfo": "sample string 8",
            "isRefundable": true,
            "packageTimeslotGroupId": 1,
            "cancellationPolicyId": 1,
            "saleCutoffTimePolicyId": 1,
            "cancellationPolicyForAllAdministration": true,
            "saleCutoffTimePolicyForAllAdministration": true,
            "barcodeSymbologyCode": "sample string 12",
            "productDetails": [
              {
                "productDetailId": 1,
                "accountId": 2,
                "productId": 3,
                "cutOffTime": 1,
                "rebookCutOffTime": 1,
                "kioskMemo": "sample string 4",
                "packageTimeslotGroupId": 1,
                "cancellationPolicyId": 1,
                "defaultPickupLocationId": 1,
                "saleCutoffTimePolicyId": 1
              },
              {
                "productDetailId": 1,
                "accountId": 2,
                "productId": 3,
                "cutOffTime": 1,
                "rebookCutOffTime": 1,
                "kioskMemo": "sample string 4",
                "packageTimeslotGroupId": 1,
                "cancellationPolicyId": 1,
                "defaultPickupLocationId": 1,
                "saleCutoffTimePolicyId": 1
              }
            ],
            "productConfiguration": {
              "productConfigurationId": 1,
              "description": "sample string 2",
              "externalCapacityResourceId": "sample string 3",
              "capacityProviderId": 4,
              "externalCacheEnabled": true,
              "externalCacheReloadInterval": 1,
              "externalCacheDays": 1,
              "loadExternalRetailPrices": true,
              "autoUpLoadExternalRetailPrices": true,
              "externalPricesRefreshInterval": 1,
              "retailPricesDifferenceTreshold": 1.0,
              "doNotBookOverInternalTotalCapacity": true,
              "enabledInExternalSystem": true,
              "useExternalSharedCapacity": true,
              "productConfigurationDetails": [
                {
                  "productConfigurationDetailId": 1,
                  "productConfigurationId": 2,
                  "ticketCategoryId": 3,
                  "externalTicketCategoryId": "sample string 4",
                  "externalPrice": 1.0,
                  "currency": "sample string 5"
                },
                {
                  "productConfigurationDetailId": 1,
                  "productConfigurationId": 2,
                  "ticketCategoryId": 3,
                  "externalTicketCategoryId": "sample string 4",
                  "externalPrice": 1.0,
                  "currency": "sample string 5"
                }
              ]
            },
            "externalId": "sample string 13"
          },
          {
            "productId": 1,
            "attractionId": 2,
            "productName": "sample string 3",
            "translationId": 1,
            "isCapacityProduct": true,
            "accountId": 5,
            "validTimeInMinutes": 1,
            "status": 0,
            "capacityResourceId": 1,
            "showUnitIds": [
              "sample string 1",
              "sample string 2"
            ],
            "printBarcode": true,
            "doNotPrintTicket": true,
            "productHandlingType": 0,
            "productConfigurationId": 1,
            "printTicketInfo": "sample string 8",
            "isRefundable": true,
            "packageTimeslotGroupId": 1,
            "cancellationPolicyId": 1,
            "saleCutoffTimePolicyId": 1,
            "cancellationPolicyForAllAdministration": true,
            "saleCutoffTimePolicyForAllAdministration": true,
            "barcodeSymbologyCode": "sample string 12",
            "productDetails": [
              {
                "productDetailId": 1,
                "accountId": 2,
                "productId": 3,
                "cutOffTime": 1,
                "rebookCutOffTime": 1,
                "kioskMemo": "sample string 4",
                "packageTimeslotGroupId": 1,
                "cancellationPolicyId": 1,
                "defaultPickupLocationId": 1,
                "saleCutoffTimePolicyId": 1
              },
              {
                "productDetailId": 1,
                "accountId": 2,
                "productId": 3,
                "cutOffTime": 1,
                "rebookCutOffTime": 1,
                "kioskMemo": "sample string 4",
                "packageTimeslotGroupId": 1,
                "cancellationPolicyId": 1,
                "defaultPickupLocationId": 1,
                "saleCutoffTimePolicyId": 1
              }
            ],
            "productConfiguration": {
              "productConfigurationId": 1,
              "description": "sample string 2",
              "externalCapacityResourceId": "sample string 3",
              "capacityProviderId": 4,
              "externalCacheEnabled": true,
              "externalCacheReloadInterval": 1,
              "externalCacheDays": 1,
              "loadExternalRetailPrices": true,
              "autoUpLoadExternalRetailPrices": true,
              "externalPricesRefreshInterval": 1,
              "retailPricesDifferenceTreshold": 1.0,
              "doNotBookOverInternalTotalCapacity": true,
              "enabledInExternalSystem": true,
              "useExternalSharedCapacity": true,
              "productConfigurationDetails": [
                {
                  "productConfigurationDetailId": 1,
                  "productConfigurationId": 2,
                  "ticketCategoryId": 3,
                  "externalTicketCategoryId": "sample string 4",
                  "externalPrice": 1.0,
                  "currency": "sample string 5"
                },
                {
                  "productConfigurationDetailId": 1,
                  "productConfigurationId": 2,
                  "ticketCategoryId": 3,
                  "externalTicketCategoryId": "sample string 4",
                  "externalPrice": 1.0,
                  "currency": "sample string 5"
                }
              ]
            },
            "externalId": "sample string 13"
          }
        ],
        "externalPrices": [
          {
            "from": "2026-01-24T15:33:51.0366915+01:00",
            "to": "2026-01-24T15:33:51.0366915+01:00",
            "timeslotId": 1,
            "ticketCategoryId": 3,
            "ticketCategoryName": "sample string 4",
            "ticketCategoryCode": "sample string 5",
            "externalTicketCategoryId": "sample string 6",
            "productId": 7,
            "externalProductId": "sample string 8",
            "price": 9.0,
            "currency": "sample string 10",
            "salesChannelId": 1,
            "externalPriceDifferenceTreshold": 1.0,
            "resellerId": 1,
            "accountId": 1,
            "dynamicPrice": 1.0
          },
          {
            "from": "2026-01-24T15:33:51.0366915+01:00",
            "to": "2026-01-24T15:33:51.0366915+01:00",
            "timeslotId": 1,
            "ticketCategoryId": 3,
            "ticketCategoryName": "sample string 4",
            "ticketCategoryCode": "sample string 5",
            "externalTicketCategoryId": "sample string 6",
            "productId": 7,
            "externalProductId": "sample string 8",
            "price": 9.0,
            "currency": "sample string 10",
            "salesChannelId": 1,
            "externalPriceDifferenceTreshold": 1.0,
            "resellerId": 1,
            "accountId": 1,
            "dynamicPrice": 1.0
          }
        ],
        "prices": [
          {
            "from": "2026-01-24T15:33:51.0366915+01:00",
            "to": "2026-01-24T15:33:51.0366915+01:00",
            "timeslotId": 1,
            "ticketCategoryId": 3,
            "ticketCategoryName": "sample string 4",
            "ticketCategoryCode": "sample string 5",
            "externalTicketCategoryId": "sample string 6",
            "productId": 7,
            "externalProductId": "sample string 8",
            "price": 9.0,
            "currency": "sample string 10",
            "salesChannelId": 1,
            "externalPriceDifferenceTreshold": 1.0,
            "resellerId": 1,
            "accountId": 1,
            "dynamicPrice": 1.0
          },
          {
            "from": "2026-01-24T15:33:51.0366915+01:00",
            "to": "2026-01-24T15:33:51.0366915+01:00",
            "timeslotId": 1,
            "ticketCategoryId": 3,
            "ticketCategoryName": "sample string 4",
            "ticketCategoryCode": "sample string 5",
            "externalTicketCategoryId": "sample string 6",
            "productId": 7,
            "externalProductId": "sample string 8",
            "price": 9.0,
            "currency": "sample string 10",
            "salesChannelId": 1,
            "externalPriceDifferenceTreshold": 1.0,
            "resellerId": 1,
            "accountId": 1,
            "dynamicPrice": 1.0
          }
        ]
      }
    ]
  },
  {
    "productId": 1,
    "packageGroupId": 1,
    "availableTicketCategories": [
      {
        "ticketCategoryId": 1,
        "ticketCategoryDescription": "sample string 2"
      },
      {
        "ticketCategoryId": 1,
        "ticketCategoryDescription": "sample string 2"
      }
    ],
    "timeslots": [
      {
        "timeslotId": 1,
        "packageTimeSlotGroupId": 2,
        "capacityResourceId": 3,
        "productId": 1,
        "startTime": "2026-01-24T15:33:51.0366915+01:00",
        "presenceTime": "2026-01-24T15:33:51.0366915+01:00",
        "returnTime": "2026-01-24T15:33:51.0366915+01:00",
        "totalCapacity": 7,
        "availableStatus": 0,
        "availableCapacity": 8,
        "isForOpenTicket": true,
        "capacityProviderId": 10,
        "capacityProviderName": "sample string 11",
        "reservedAndPendingCapacitiesCount": 1,
        "validatedBarcodeCount": 1,
        "packageGroupId": 1,
        "pickupLocationsList": {
          "pickupLocationsListId": 1,
          "description": "sample string 2",
          "remark": "sample string 3",
          "pickupLocations": [
            {
              "pickupLocationId": 1,
              "description": "sample string 2",
              "latitude": "sample string 3",
              "longitude": "sample string 4",
              "remark": "sample string 5"
            },
            {
              "pickupLocationId": 1,
              "description": "sample string 2",
              "latitude": "sample string 3",
              "longitude": "sample string 4",
              "remark": "sample string 5"
            }
          ]
        },
        "timeslotExternalGroupDetails": [
          {
            "timeslotExternalGroupDetailId": 1,
            "externalResellerGroupId": 2,
            "externalResellerGroupName": "sample string 3",
            "timeslotId": 4,
            "capacityResourceId": 5,
            "productId": 1,
            "totalCapacity": 6,
            "soldCapacity": 7
          },
          {
            "timeslotExternalGroupDetailId": 1,
            "externalResellerGroupId": 2,
            "externalResellerGroupName": "sample string 3",
            "timeslotId": 4,
            "capacityResourceId": 5,
            "productId": 1,
            "totalCapacity": 6,
            "soldCapacity": 7
          }
        ],
        "products": [
          {
            "productId": 1,
            "attractionId": 2,
            "productName": "sample string 3",
            "translationId": 1,
            "isCapacityProduct": true,
            "accountId": 5,
            "validTimeInMinutes": 1,
            "status": 0,
            "capacityResourceId": 1,
            "showUnitIds": [
              "sample string 1",
              "sample string 2"
            ],
            "printBarcode": true,
            "doNotPrintTicket": true,
            "productHandlingType": 0,
            "productConfigurationId": 1,
            "printTicketInfo": "sample string 8",
            "isRefundable": true,
            "packageTimeslotGroupId": 1,
            "cancellationPolicyId": 1,
            "saleCutoffTimePolicyId": 1,
            "cancellationPolicyForAllAdministration": true,
            "saleCutoffTimePolicyForAllAdministration": true,
            "barcodeSymbologyCode": "sample string 12",
            "productDetails": [
              {
                "productDetailId": 1,
                "accountId": 2,
                "productId": 3,
                "cutOffTime": 1,
                "rebookCutOffTime": 1,
                "kioskMemo": "sample string 4",
                "packageTimeslotGroupId": 1,
                "cancellationPolicyId": 1,
                "defaultPickupLocationId": 1,
                "saleCutoffTimePolicyId": 1
              },
              {
                "productDetailId": 1,
                "accountId": 2,
                "productId": 3,
                "cutOffTime": 1,
                "rebookCutOffTime": 1,
                "kioskMemo": "sample string 4",
                "packageTimeslotGroupId": 1,
                "cancellationPolicyId": 1,
                "defaultPickupLocationId": 1,
                "saleCutoffTimePolicyId": 1
              }
            ],
            "productConfiguration": {
              "productConfigurationId": 1,
              "description": "sample string 2",
              "externalCapacityResourceId": "sample string 3",
              "capacityProviderId": 4,
              "externalCacheEnabled": true,
              "externalCacheReloadInterval": 1,
              "externalCacheDays": 1,
              "loadExternalRetailPrices": true,
              "autoUpLoadExternalRetailPrices": true,
              "externalPricesRefreshInterval": 1,
              "retailPricesDifferenceTreshold": 1.0,
              "doNotBookOverInternalTotalCapacity": true,
              "enabledInExternalSystem": true,
              "useExternalSharedCapacity": true,
              "productConfigurationDetails": [
                {
                  "productConfigurationDetailId": 1,
                  "productConfigurationId": 2,
                  "ticketCategoryId": 3,
                  "externalTicketCategoryId": "sample string 4",
                  "externalPrice": 1.0,
                  "currency": "sample string 5"
                },
                {
                  "productConfigurationDetailId": 1,
                  "productConfigurationId": 2,
                  "ticketCategoryId": 3,
                  "externalTicketCategoryId": "sample string 4",
                  "externalPrice": 1.0,
                  "currency": "sample string 5"
                }
              ]
            },
            "externalId": "sample string 13"
          },
          {
            "productId": 1,
            "attractionId": 2,
            "productName": "sample string 3",
            "translationId": 1,
            "isCapacityProduct": true,
            "accountId": 5,
            "validTimeInMinutes": 1,
            "status": 0,
            "capacityResourceId": 1,
            "showUnitIds": [
              "sample string 1",
              "sample string 2"
            ],
            "printBarcode": true,
            "doNotPrintTicket": true,
            "productHandlingType": 0,
            "productConfigurationId": 1,
            "printTicketInfo": "sample string 8",
            "isRefundable": true,
            "packageTimeslotGroupId": 1,
            "cancellationPolicyId": 1,
            "saleCutoffTimePolicyId": 1,
            "cancellationPolicyForAllAdministration": true,
            "saleCutoffTimePolicyForAllAdministration": true,
            "barcodeSymbologyCode": "sample string 12",
            "productDetails": [
              {
                "productDetailId": 1,
                "accountId": 2,
                "productId": 3,
                "cutOffTime": 1,
                "rebookCutOffTime": 1,
                "kioskMemo": "sample string 4",
                "packageTimeslotGroupId": 1,
                "cancellationPolicyId": 1,
                "defaultPickupLocationId": 1,
                "saleCutoffTimePolicyId": 1
              },
              {
                "productDetailId": 1,
                "accountId": 2,
                "productId": 3,
                "cutOffTime": 1,
                "rebookCutOffTime": 1,
                "kioskMemo": "sample string 4",
                "packageTimeslotGroupId": 1,
                "cancellationPolicyId": 1,
                "defaultPickupLocationId": 1,
                "saleCutoffTimePolicyId": 1
              }
            ],
            "productConfiguration": {
              "productConfigurationId": 1,
              "description": "sample string 2",
              "externalCapacityResourceId": "sample string 3",
              "capacityProviderId": 4,
              "externalCacheEnabled": true,
              "externalCacheReloadInterval": 1,
              "externalCacheDays": 1,
              "loadExternalRetailPrices": true,
              "autoUpLoadExternalRetailPrices": true,
              "externalPricesRefreshInterval": 1,
              "retailPricesDifferenceTreshold": 1.0,
              "doNotBookOverInternalTotalCapacity": true,
              "enabledInExternalSystem": true,
              "useExternalSharedCapacity": true,
              "productConfigurationDetails": [
                {
                  "productConfigurationDetailId": 1,
                  "productConfigurationId": 2,
                  "ticketCategoryId": 3,
                  "externalTicketCategoryId": "sample string 4",
                  "externalPrice": 1.0,
                  "currency": "sample string 5"
                },
                {
                  "productConfigurationDetailId": 1,
                  "productConfigurationId": 2,
                  "ticketCategoryId": 3,
                  "externalTicketCategoryId": "sample string 4",
                  "externalPrice": 1.0,
                  "currency": "sample string 5"
                }
              ]
            },
            "externalId": "sample string 13"
          }
        ],
        "externalPrices": [
          {
            "from": "2026-01-24T15:33:51.0366915+01:00",
            "to": "2026-01-24T15:33:51.0366915+01:00",
            "timeslotId": 1,
            "ticketCategoryId": 3,
            "ticketCategoryName": "sample string 4",
            "ticketCategoryCode": "sample string 5",
            "externalTicketCategoryId": "sample string 6",
            "productId": 7,
            "externalProductId": "sample string 8",
            "price": 9.0,
            "currency": "sample string 10",
            "salesChannelId": 1,
            "externalPriceDifferenceTreshold": 1.0,
            "resellerId": 1,
            "accountId": 1,
            "dynamicPrice": 1.0
          },
          {
            "from": "2026-01-24T15:33:51.0366915+01:00",
            "to": "2026-01-24T15:33:51.0366915+01:00",
            "timeslotId": 1,
            "ticketCategoryId": 3,
            "ticketCategoryName": "sample string 4",
            "ticketCategoryCode": "sample string 5",
            "externalTicketCategoryId": "sample string 6",
            "productId": 7,
            "externalProductId": "sample string 8",
            "price": 9.0,
            "currency": "sample string 10",
            "salesChannelId": 1,
            "externalPriceDifferenceTreshold": 1.0,
            "resellerId": 1,
            "accountId": 1,
            "dynamicPrice": 1.0
          }
        ],
        "prices": [
          {
            "from": "2026-01-24T15:33:51.0366915+01:00",
            "to": "2026-01-24T15:33:51.0366915+01:00",
            "timeslotId": 1,
            "ticketCategoryId": 3,
            "ticketCategoryName": "sample string 4",
            "ticketCategoryCode": "sample string 5",
            "externalTicketCategoryId": "sample string 6",
            "productId": 7,
            "externalProductId": "sample string 8",
            "price": 9.0,
            "currency": "sample string 10",
            "salesChannelId": 1,
            "externalPriceDifferenceTreshold": 1.0,
            "resellerId": 1,
            "accountId": 1,
            "dynamicPrice": 1.0
          },
          {
            "from": "2026-01-24T15:33:51.0366915+01:00",
            "to": "2026-01-24T15:33:51.0366915+01:00",
            "timeslotId": 1,
            "ticketCategoryId": 3,
            "ticketCategoryName": "sample string 4",
            "ticketCategoryCode": "sample string 5",
            "externalTicketCategoryId": "sample string 6",
            "productId": 7,
            "externalProductId": "sample string 8",
            "price": 9.0,
            "currency": "sample string 10",
            "salesChannelId": 1,
            "externalPriceDifferenceTreshold": 1.0,
            "resellerId": 1,
            "accountId": 1,
            "dynamicPrice": 1.0
          }
        ]
      },
      {
        "timeslotId": 1,
        "packageTimeSlotGroupId": 2,
        "capacityResourceId": 3,
        "productId": 1,
        "startTime": "2026-01-24T15:33:51.0366915+01:00",
        "presenceTime": "2026-01-24T15:33:51.0366915+01:00",
        "returnTime": "2026-01-24T15:33:51.0366915+01:00",
        "totalCapacity": 7,
        "availableStatus": 0,
        "availableCapacity": 8,
        "isForOpenTicket": true,
        "capacityProviderId": 10,
        "capacityProviderName": "sample string 11",
        "reservedAndPendingCapacitiesCount": 1,
        "validatedBarcodeCount": 1,
        "packageGroupId": 1,
        "pickupLocationsList": {
          "pickupLocationsListId": 1,
          "description": "sample string 2",
          "remark": "sample string 3",
          "pickupLocations": [
            {
              "pickupLocationId": 1,
              "description": "sample string 2",
              "latitude": "sample string 3",
              "longitude": "sample string 4",
              "remark": "sample string 5"
            },
            {
              "pickupLocationId": 1,
              "description": "sample string 2",
              "latitude": "sample string 3",
              "longitude": "sample string 4",
              "remark": "sample string 5"
            }
          ]
        },
        "timeslotExternalGroupDetails": [
          {
            "timeslotExternalGroupDetailId": 1,
            "externalResellerGroupId": 2,
            "externalResellerGroupName": "sample string 3",
            "timeslotId": 4,
            "capacityResourceId": 5,
            "productId": 1,
            "totalCapacity": 6,
            "soldCapacity": 7
          },
          {
            "timeslotExternalGroupDetailId": 1,
            "externalResellerGroupId": 2,
            "externalResellerGroupName": "sample string 3",
            "timeslotId": 4,
            "capacityResourceId": 5,
            "productId": 1,
            "totalCapacity": 6,
            "soldCapacity": 7
          }
        ],
        "products": [
          {
            "productId": 1,
            "attractionId": 2,
            "productName": "sample string 3",
            "translationId": 1,
            "isCapacityProduct": true,
            "accountId": 5,
            "validTimeInMinutes": 1,
            "status": 0,
            "capacityResourceId": 1,
            "showUnitIds": [
              "sample string 1",
              "sample string 2"
            ],
            "printBarcode": true,
            "doNotPrintTicket": true,
            "productHandlingType": 0,
            "productConfigurationId": 1,
            "printTicketInfo": "sample string 8",
            "isRefundable": true,
            "packageTimeslotGroupId": 1,
            "cancellationPolicyId": 1,
            "saleCutoffTimePolicyId": 1,
            "cancellationPolicyForAllAdministration": true,
            "saleCutoffTimePolicyForAllAdministration": true,
            "barcodeSymbologyCode": "sample string 12",
            "productDetails": [
              {
                "productDetailId": 1,
                "accountId": 2,
                "productId": 3,
                "cutOffTime": 1,
                "rebookCutOffTime": 1,
                "kioskMemo": "sample string 4",
                "packageTimeslotGroupId": 1,
                "cancellationPolicyId": 1,
                "defaultPickupLocationId": 1,
                "saleCutoffTimePolicyId": 1
              },
              {
                "productDetailId": 1,
                "accountId": 2,
                "productId": 3,
                "cutOffTime": 1,
                "rebookCutOffTime": 1,
                "kioskMemo": "sample string 4",
                "packageTimeslotGroupId": 1,
                "cancellationPolicyId": 1,
                "defaultPickupLocationId": 1,
                "saleCutoffTimePolicyId": 1
              }
            ],
            "productConfiguration": {
              "productConfigurationId": 1,
              "description": "sample string 2",
              "externalCapacityResourceId": "sample string 3",
              "capacityProviderId": 4,
              "externalCacheEnabled": true,
              "externalCacheReloadInterval": 1,
              "externalCacheDays": 1,
              "loadExternalRetailPrices": true,
              "autoUpLoadExternalRetailPrices": true,
              "externalPricesRefreshInterval": 1,
              "retailPricesDifferenceTreshold": 1.0,
              "doNotBookOverInternalTotalCapacity": true,
              "enabledInExternalSystem": true,
              "useExternalSharedCapacity": true,
              "productConfigurationDetails": [
                {
                  "productConfigurationDetailId": 1,
                  "productConfigurationId": 2,
                  "ticketCategoryId": 3,
                  "externalTicketCategoryId": "sample string 4",
                  "externalPrice": 1.0,
                  "currency": "sample string 5"
                },
                {
                  "productConfigurationDetailId": 1,
                  "productConfigurationId": 2,
                  "ticketCategoryId": 3,
                  "externalTicketCategoryId": "sample string 4",
                  "externalPrice": 1.0,
                  "currency": "sample string 5"
                }
              ]
            },
            "externalId": "sample string 13"
          },
          {
            "productId": 1,
            "attractionId": 2,
            "productName": "sample string 3",
            "translationId": 1,
            "isCapacityProduct": true,
            "accountId": 5,
            "validTimeInMinutes": 1,
            "status": 0,
            "capacityResourceId": 1,
            "showUnitIds": [
              "sample string 1",
              "sample string 2"
            ],
            "printBarcode": true,
            "doNotPrintTicket": true,
            "productHandlingType": 0,
            "productConfigurationId": 1,
            "printTicketInfo": "sample string 8",
            "isRefundable": true,
            "packageTimeslotGroupId": 1,
            "cancellationPolicyId": 1,
            "saleCutoffTimePolicyId": 1,
            "cancellationPolicyForAllAdministration": true,
            "saleCutoffTimePolicyForAllAdministration": true,
            "barcodeSymbologyCode": "sample string 12",
            "productDetails": [
              {
                "productDetailId": 1,
                "accountId": 2,
                "productId": 3,
                "cutOffTime": 1,
                "rebookCutOffTime": 1,
                "kioskMemo": "sample string 4",
                "packageTimeslotGroupId": 1,
                "cancellationPolicyId": 1,
                "defaultPickupLocationId": 1,
                "saleCutoffTimePolicyId": 1
              },
              {
                "productDetailId": 1,
                "accountId": 2,
                "productId": 3,
                "cutOffTime": 1,
                "rebookCutOffTime": 1,
                "kioskMemo": "sample string 4",
                "packageTimeslotGroupId": 1,
                "cancellationPolicyId": 1,
                "defaultPickupLocationId": 1,
                "saleCutoffTimePolicyId": 1
              }
            ],
            "productConfiguration": {
              "productConfigurationId": 1,
              "description": "sample string 2",
              "externalCapacityResourceId": "sample string 3",
              "capacityProviderId": 4,
              "externalCacheEnabled": true,
              "externalCacheReloadInterval": 1,
              "externalCacheDays": 1,
              "loadExternalRetailPrices": true,
              "autoUpLoadExternalRetailPrices": true,
              "externalPricesRefreshInterval": 1,
              "retailPricesDifferenceTreshold": 1.0,
              "doNotBookOverInternalTotalCapacity": true,
              "enabledInExternalSystem": true,
              "useExternalSharedCapacity": true,
              "productConfigurationDetails": [
                {
                  "productConfigurationDetailId": 1,
                  "productConfigurationId": 2,
                  "ticketCategoryId": 3,
                  "externalTicketCategoryId": "sample string 4",
                  "externalPrice": 1.0,
                  "currency": "sample string 5"
                },
                {
                  "productConfigurationDetailId": 1,
                  "productConfigurationId": 2,
                  "ticketCategoryId": 3,
                  "externalTicketCategoryId": "sample string 4",
                  "externalPrice": 1.0,
                  "currency": "sample string 5"
                }
              ]
            },
            "externalId": "sample string 13"
          }
        ],
        "externalPrices": [
          {
            "from": "2026-01-24T15:33:51.0366915+01:00",
            "to": "2026-01-24T15:33:51.0366915+01:00",
            "timeslotId": 1,
            "ticketCategoryId": 3,
            "ticketCategoryName": "sample string 4",
            "ticketCategoryCode": "sample string 5",
            "externalTicketCategoryId": "sample string 6",
            "productId": 7,
            "externalProductId": "sample string 8",
            "price": 9.0,
            "currency": "sample string 10",
            "salesChannelId": 1,
            "externalPriceDifferenceTreshold": 1.0,
            "resellerId": 1,
            "accountId": 1,
            "dynamicPrice": 1.0
          },
          {
            "from": "2026-01-24T15:33:51.0366915+01:00",
            "to": "2026-01-24T15:33:51.0366915+01:00",
            "timeslotId": 1,
            "ticketCategoryId": 3,
            "ticketCategoryName": "sample string 4",
            "ticketCategoryCode": "sample string 5",
            "externalTicketCategoryId": "sample string 6",
            "productId": 7,
            "externalProductId": "sample string 8",
            "price": 9.0,
            "currency": "sample string 10",
            "salesChannelId": 1,
            "externalPriceDifferenceTreshold": 1.0,
            "resellerId": 1,
            "accountId": 1,
            "dynamicPrice": 1.0
          }
        ],
        "prices": [
          {
            "from": "2026-01-24T15:33:51.0366915+01:00",
            "to": "2026-01-24T15:33:51.0366915+01:00",
            "timeslotId": 1,
            "ticketCategoryId": 3,
            "ticketCategoryName": "sample string 4",
            "ticketCategoryCode": "sample string 5",
            "externalTicketCategoryId": "sample string 6",
            "productId": 7,
            "externalProductId": "sample string 8",
            "price": 9.0,
            "currency": "sample string 10",
            "salesChannelId": 1,
            "externalPriceDifferenceTreshold": 1.0,
            "resellerId": 1,
            "accountId": 1,
            "dynamicPrice": 1.0
          },
          {
            "from": "2026-01-24T15:33:51.0366915+01:00",
            "to": "2026-01-24T15:33:51.0366915+01:00",
            "timeslotId": 1,
            "ticketCategoryId": 3,
            "ticketCategoryName": "sample string 4",
            "ticketCategoryCode": "sample string 5",
            "externalTicketCategoryId": "sample string 6",
            "productId": 7,
            "externalProductId": "sample string 8",
            "price": 9.0,
            "currency": "sample string 10",
            "salesChannelId": 1,
            "externalPriceDifferenceTreshold": 1.0,
            "resellerId": 1,
            "accountId": 1,
            "dynamicPrice": 1.0
          }
        ]
      }
    ]
  }
]