post https://api.aerocrs.com/v5/reserveSeats
This method will allow to select seat, before ticketing.
Request parameters
| Parameter | Type | Description |
|---|---|---|
| bookingid | Number* | The bookingid |
| flighid | Number* | The flightid |
| paxnum | Number* | The paxid |
| seatname | String* | The seat name |
- Mandatory parameters
Response
The method will response with a list of seat fares in the flight
| Parameter | Type | Description |
|---|---|---|
| success | True/False | |
| seatinfo | Element | Reserved seat details |
| pax_id | Number | The paxid |
| invid | Number | The invid |
| seatname | String | The seat name |
| price | Number | The price of the seat |
| sellinvid | Number | |
| sellinvid | Number | The first name of the passenger |
