PUT shows/{showId}/priceTiers/{priceTierId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
priceTierId

integer

Required

showId

string

None.

Body Parameters

PriceTierUpdateDto
NameDescriptionTypeAdditional information
Id

integer

None.

EffectiveDate

date

None.

Price

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "EffectiveDate": "2025-05-06T02:56:37.6569113+01:00",
  "Price": 3.0
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.