GET shows/{showId}/showAccounts/{showAccountId}/deadline
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
showId | integer |
Required |
|
showAccountId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ShowAccountGraphicsDeadlineDtoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ShowId | integer |
None. |
|
ShowAccountId | integer |
None. |
|
Tier | integer |
None. |
|
DiscountPercent | decimal number |
None. |
|
EffectiveDate | date |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "Id": 1, "ShowId": 2, "ShowAccountId": 3, "Tier": 4, "DiscountPercent": 5.0, "EffectiveDate": "2025-05-06T02:57:48.685913+01:00" }, { "Id": 1, "ShowId": 2, "ShowAccountId": 3, "Tier": 4, "DiscountPercent": 5.0, "EffectiveDate": "2025-05-06T02:57:48.685913+01:00" } ]