Bus Block Ticket
Bus Block Ticket
POST
https://traveloapi.com/yourapi/bus/block_ticket
Path Parameters
Name | Type | Description |
---|---|---|
gatkey | string | gatkey (provided by traveloapi) Pass gatkey with url. |
Query Parameters
Name | Type | Description |
---|---|---|
APIBlockTicketRequest | string | |
sourceCity | string | Name of the source city |
destinationCity | string | Name of the destination city |
inventoryType | string | InventoryType value |
routeScheduleId | string | routeScheduleId value |
customerName | string | Name of the person who book the ticket |
customerLastName | string | Last Name of the person who book the ticket |
customerEmail | string | Email id of the person who book the ticket |
doj | string | Date of Journey in the yyyy-mm-dd format |
boardingPoint | array | It consists of id, location, time |
id | string | Boarding point id |
location | string | Boarding point location |
Time | string | Boarding point dispatcher time |
customerPhone | string | Mobile number of the person who book the ticket |
emergencyPhNumber | string | Emergency mobile number |
CustomerAddress | string | Address of the person who book the ticket |
blockSeatPaxDetails | array | List of BlockSeatPaxDetails member variables. It Consists of age, name, seatNbr, sex, fare, totalFareWithTaxes, ladiesSeat, lastName, mobile, title, email, idType, idNumber, nameOnId, primary, ac, sleeper. |
string | ||
string | ||
string | ||
string | ||
dd | string | |
string | ||
string | ||
string | ||
string | ||
string | ||
string | ||
string | ||
string | ||
string | ||
dd | string | |
string | ||
string | ||
string | ||
string | ||
string | ||
string |
EXAMPLE REQUEST :
Last updated