Sets the booking fees for tickets within an in progress standard order

Licenses Required

  • Vista.Ocapi.BookingFeeOverride
Request
path Parameters
orderId
required
string

The unique identifier of the in progress standard order being modified

header Parameters
Connect-Region-Code
string

Region Code

Request Body schema:
required

The updated ticket booking fees

required
Array of objects (OrderTicketLineBookingFeeUpdate)

Gets the list of order ticket line booking fee update entities

Responses
200

Success

404

Order does not exist.

put/ocapi/v1/enterprise/orders/{orderId}/ticket-booking-fees
Request samples
{
  • "ticketBookingFees": [
    ]
}
Response samples
application/json
{
  • "order": {
    },
  • "relatedData": {
    }
}