Bus Seat Layout
Get Bus Seat Layout
GET
https://traveloapi.com/yourapi/bus/seat_layout
Path Parameters
Name
Type
Description
gatkey
string
gatkey (provided by Traveloapi)
sourceCity
string
sourceCity Name
destinationCity
string
destinationCity Nmae
date
string
yyyy-MM-dd
inventoryType
string
InventoryType value from bus search response
routeScheduleId
string
routeScheduleId value from bus search response
{
"seats": [
{
"ladiesSeat": false,
"fare": 1000,
"zIndex": 0,
"serviceTaxAmount": 60,
"commission": null,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"totalFareWithTaxes": 1060,
"bookedBy": null,
"ac": false,
"sleeper": false,
"serviceTaxPer": 4.94,
"width": 1,
"available": true,
"row": 0,
"column": 0,
"length": 1,
"id": "A1"
},
GET
https://traveloapi.com/yourapi/bus/seat_layout
Path Parameters
Name
Type
Description
inventoryType
string
from bus search response
Last updated
Was this helpful?