GET api/suppliers/{supplierId}/addresses/{addressId}/playdates/OnContentSet/{isOnContentSet}
Get play dates for culture deals
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| supplierId |
Supplier Id |
integer |
Required |
| addressId |
Address Id |
integer |
Required |
| isOnContentSet |
Turn On to use ContentSet options |
boolean |
Required |
Body Parameters
None.
Response Information
| Name | Description | Type | Additional information |
|---|---|---|---|
| PlayDates |
Play Dates |
Collection of PlayDate |
None. |
Response Formats
application/json, text/json
Sample:
{
"playDates": [
{
"startDateTime": "2026-04-17T03:06:38.2767645+02:00",
"endDateTime": "2026-04-17T03:06:38.2767645+02:00"
},
{
"startDateTime": "2026-04-17T03:06:38.2767645+02:00",
"endDateTime": "2026-04-17T03:06:38.2767645+02:00"
}
]
}