Seats Confirm
Flow to book seats in your booking:
1- seats/availability: to get the seats maps for your segments
2- seats/confirm: (this method) to book the seats selected from the previous maps
Description
In order to get the seat map, use the service 'seats/availability'.
If you are looking to add other kind of ancillaries, please check the method: 'catalogue'.
You have 5 minutes to confirm your seats since seats/availability was called.
Examples:
{{url}}/api/v2/transport/seats/confirm/{{bookingID}}
{{url}}/api/v2/transport/seats/confirm/{{bookingID}}?locator=ABCDEF
@see ConfirmSeatsRQ
Check Errors:
4403: "Seats expired, please recall seats/availability"
4404: "Invalid segment identifier" => Check the segment references in query/seats/segment
4405: "Invalid seat number (row-column)" => Check the seat number
4406: "Invalid expected amount" => Check the amount sent in query/expected_amount. This amount must match with the final price to pay for all the seats.
4499: "Invalid booking identifier" => The booking does not exist. Check the booking identifier.