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-01-18T03:00:38.3909318+01:00", "endDateTime": "2025-01-18T03:00:38.3909318+01:00" }, { "startDateTime": "2025-01-18T03:00:38.3909318+01:00", "endDateTime": "2025-01-18T03:00:38.3909318+01:00" } ] }