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": "2024-11-21T08:44:52.9653396+01:00", "endDateTime": "2024-11-21T08:44:52.9653396+01:00" }, { "startDateTime": "2024-11-21T08:44:52.9653396+01:00", "endDateTime": "2024-11-21T08:44:52.9653396+01:00" } ] }