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": "2025-11-19T20:39:59.7702267+01:00",
"endDateTime": "2025-11-19T20:39:59.7702267+01:00"
},
{
"startDateTime": "2025-11-19T20:39:59.7702267+01:00",
"endDateTime": "2025-11-19T20:39:59.7702267+01:00"
}
]
}