Skip to main content

ModifyRateSeatResponse

Response of a seat rate modification.

cartIdinteger<int32>required

Cart the seat belongs to (SOAP: idTemporaryOrder).

seatIdinteger<int32>required

Seat whose rate was modified (SOAP: idSeat).

rateIdinteger<int32>required

Rate that was requested (SOAP: idRate).

rateModifiedbooleanrequired

true when the seat was repriced (SOAP: bresult). false when no seat matched the requested rate/cart (the legacy bresult == false / result == 0 case).

ModifyRateSeatResponse
{
"cartId": 0,
"seatId": 0,
"rateId": 0,
"rateModified": true
}