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 ShowAccountGraphicsDeadlineDto| Name | 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-12-14T22:15:07.1826704+00:00"
},
{
"Id": 1,
"ShowId": 2,
"ShowAccountId": 3,
"Tier": 4,
"DiscountPercent": 5.0,
"EffectiveDate": "2025-12-14T22:15:07.1826704+00:00"
}
]