Skip to main content

EventimOrderPaybackSeatsRequest

Request model for a seat-based order payback.

orderIdinteger<int32>required

The unique identifier of the order to refund.

seatCartItems object[]nullable

The seat cart items to refund with their associated seat identifiers.

  • Array [
  • orderItemIdinteger<int32>required

    The unique identifier of the order item.

    seatIdsinteger<int32>[]nullable

    The seat identifiers to refund within this order item.

  • ]
  • EventimOrderPaybackSeatsRequest
    {
    "orderId": 0,
    "seatCartItems": [
    {
    "orderItemId": 0,
    "seatIds": [
    0
    ]
    }
    ]
    }