Skip to main content

EventimPaybackSeatItem

Represents a seat cart item to refund.

orderItemIdinteger<int32>required

The unique identifier of the order item.

seatIdsinteger<int32>[]nullable

The seat identifiers to refund within this order item.

EventimPaybackSeatItem
{
"orderItemId": 0,
"seatIds": [
0
]
}