POST shows/{showId}/showAccounts/{showAccountId}/Tiers
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showId | integer |
Required |
|
| showAccountId | integer |
Required |
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"ShowId": 2,
"ShowAccountId": 3,
"Tier": 4,
"DiscountPercent": 5.0,
"EffectiveDate": "2025-12-14T22:16:18.9059306+00:00"
},
{
"Id": 1,
"ShowId": 2,
"ShowAccountId": 3,
"Tier": 4,
"DiscountPercent": 5.0,
"EffectiveDate": "2025-12-14T22:16:18.9059306+00:00"
}
]
Response Information
Resource Description
booleanResponse Information
Response body formats
application/json, text/json
Sample:
true