PUT SeatHolds

Applies a hold code to a selected seat.

Request Information

Parameters

NameDescriptionAdditional information
seatHoldRequest

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Performance": 1,
  "SeatNumber": 2
}

application/xml, text/xml

Sample:
<SeatHoldRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Performance>1</Performance>
  <SeatNumber>2</SeatNumber>
</SeatHoldRequest>

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Status": "sample string 1"
}

application/xml, text/xml

Sample:
<SeatHoldResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Status>sample string 1</Status>
</SeatHoldResponse>