POST shows/{showId}/showAccounts/{showAccountId}/Tiers

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showId

integer

Required

showAccountId

integer

Required

Body Parameters

Collection of ShowAccountGraphicsDeadlineDto
NameDescriptionTypeAdditional 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-05-06T03:04:24.7338809+01:00"
  },
  {
    "Id": 1,
    "ShowId": 2,
    "ShowAccountId": 3,
    "Tier": 4,
    "DiscountPercent": 5.0,
    "EffectiveDate": "2025-05-06T03:04:24.7338809+01:00"
  }
]

Response Information

Resource Description

boolean

Response Information

Response body formats

application/json, text/json

Sample:
true