seatLayout
POST
/travel/bus/seatLayout
S.No | Attribute | Descriptions | Required |
---|---|---|---|
1 | sourceCity | sourceCity Name | true |
2 | destinationCity | destinationCity Name | true |
3 | doj | date of jouerney yyyy-MM-dd | true |
4 | inventoryType | inventoryType from search response for particular operator | true |
5 | routeScheduleId | routeScheduleId from search response for particular operator | true |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/travel/bus/seatLayout' \
--header 'Token: ZKEYza2COHK0QVkcVkwUb6WeIgWiS' \
--header 'checkSum: 739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae' \
--header 'Content-Type: application/json' \
--data-raw '{
"sourceCity": "Hyderabad",
"destinationCity": "Chennai",
"doj": "2020-09-21",
"inventoryType": "0",
"routeScheduleId": "23214"
}'
Response Response Example
{
"apiStatus": {
"message": "SUCCESS",
"success": true
},
"inventoryType": 0,
"boardingPoints": null,
"droppingPoints": null,
"seats": [
{
"id": "3L",
"row": 0,
"column": 0,
"zIndex": 0,
"length": 1,
"width": 1,
"fare": 1280,
"commission": null,
"available": false,
"ladiesSeat": false,
"bookedBy": "M",
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1344,
"serviceTaxAmount": 64,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "6L",
"row": 0,
"column": 2,
"zIndex": 0,
"length": 1,
"width": 1,
"fare": 1280,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1344,
"serviceTaxAmount": 64,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "9L",
"row": 0,
"column": 4,
"zIndex": 0,
"length": 1,
"width": 1,
"fare": 1280,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1344,
"serviceTaxAmount": 64,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "12L",
"row": 0,
"column": 6,
"zIndex": 0,
"length": 1,
"width": 1,
"fare": 1280,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1344,
"serviceTaxAmount": 64,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "15L",
"row": 0,
"column": 8,
"zIndex": 0,
"length": 1,
"width": 1,
"fare": 1280,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1344,
"serviceTaxAmount": 64,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "18L",
"row": 0,
"column": 10,
"zIndex": 0,
"length": 1,
"width": 1,
"fare": 1280,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1344,
"serviceTaxAmount": 64,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "2L",
"row": 1,
"column": 0,
"zIndex": 0,
"length": 1,
"width": 1,
"fare": 1280,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1344,
"serviceTaxAmount": 64,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "5L",
"row": 1,
"column": 2,
"zIndex": 0,
"length": 1,
"width": 1,
"fare": 1280,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1344,
"serviceTaxAmount": 64,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "8L",
"row": 1,
"column": 4,
"zIndex": 0,
"length": 1,
"width": 1,
"fare": 1280,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1344,
"serviceTaxAmount": 64,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "11L",
"row": 1,
"column": 6,
"zIndex": 0,
"length": 1,
"width": 1,
"fare": 1280,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1344,
"serviceTaxAmount": 64,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "14L",
"row": 1,
"column": 8,
"zIndex": 0,
"length": 1,
"width": 1,
"fare": 1280,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1344,
"serviceTaxAmount": 64,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "17L",
"row": 1,
"column": 10,
"zIndex": 0,
"length": 1,
"width": 1,
"fare": 1280,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1344,
"serviceTaxAmount": 64,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "1L",
"row": 3,
"column": 0,
"zIndex": 0,
"length": 1,
"width": 1,
"fare": 1280,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1344,
"serviceTaxAmount": 64,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "4L",
"row": 3,
"column": 2,
"zIndex": 0,
"length": 1,
"width": 1,
"fare": 1280,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1344,
"serviceTaxAmount": 64,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "7L",
"row": 3,
"column": 4,
"zIndex": 0,
"length": 1,
"width": 1,
"fare": 1280,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1344,
"serviceTaxAmount": 64,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "10L",
"row": 3,
"column": 6,
"zIndex": 0,
"length": 1,
"width": 1,
"fare": 1280,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1344,
"serviceTaxAmount": 64,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "13L",
"row": 3,
"column": 8,
"zIndex": 0,
"length": 1,
"width": 1,
"fare": 1280,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1344,
"serviceTaxAmount": 64,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "16L",
"row": 3,
"column": 10,
"zIndex": 0,
"length": 1,
"width": 1,
"fare": 1280,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1344,
"serviceTaxAmount": 64,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "3U",
"row": 0,
"column": 0,
"zIndex": 1,
"length": 2,
"width": 1,
"fare": 1216,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1276.8,
"serviceTaxAmount": 60.8,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "6U",
"row": 0,
"column": 2,
"zIndex": 1,
"length": 2,
"width": 1,
"fare": 1216,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1276.8,
"serviceTaxAmount": 60.8,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "9U",
"row": 0,
"column": 4,
"zIndex": 1,
"length": 2,
"width": 1,
"fare": 1216,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1276.8,
"serviceTaxAmount": 60.8,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "12U",
"row": 0,
"column": 6,
"zIndex": 1,
"length": 2,
"width": 1,
"fare": 1216,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1276.8,
"serviceTaxAmount": 60.8,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "15U",
"row": 0,
"column": 8,
"zIndex": 1,
"length": 2,
"width": 1,
"fare": 1216,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1276.8,
"serviceTaxAmount": 60.8,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "18U",
"row": 0,
"column": 10,
"zIndex": 1,
"length": 2,
"width": 1,
"fare": 1216,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1276.8,
"serviceTaxAmount": 60.8,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "2U",
"row": 1,
"column": 0,
"zIndex": 1,
"length": 2,
"width": 1,
"fare": 1216,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1276.8,
"serviceTaxAmount": 60.8,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "5U",
"row": 1,
"column": 2,
"zIndex": 1,
"length": 2,
"width": 1,
"fare": 1216,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1276.8,
"serviceTaxAmount": 60.8,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "8U",
"row": 1,
"column": 4,
"zIndex": 1,
"length": 2,
"width": 1,
"fare": 1216,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1276.8,
"serviceTaxAmount": 60.8,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "11U",
"row": 1,
"column": 6,
"zIndex": 1,
"length": 2,
"width": 1,
"fare": 1216,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1276.8,
"serviceTaxAmount": 60.8,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "14U",
"row": 1,
"column": 8,
"zIndex": 1,
"length": 2,
"width": 1,
"fare": 1216,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1276.8,
"serviceTaxAmount": 60.8,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "17U",
"row": 1,
"column": 10,
"zIndex": 1,
"length": 2,
"width": 1,
"fare": 1216,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1276.8,
"serviceTaxAmount": 60.8,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "1U",
"row": 3,
"column": 0,
"zIndex": 1,
"length": 2,
"width": 1,
"fare": 1216,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1276.8,
"serviceTaxAmount": 60.8,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "4U",
"row": 3,
"column": 2,
"zIndex": 1,
"length": 2,
"width": 1,
"fare": 1216,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1276.8,
"serviceTaxAmount": 60.8,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "7U",
"row": 3,
"column": 4,
"zIndex": 1,
"length": 2,
"width": 1,
"fare": 1216,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1276.8,
"serviceTaxAmount": 60.8,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "10U",
"row": 3,
"column": 6,
"zIndex": 1,
"length": 2,
"width": 1,
"fare": 1216,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1276.8,
"serviceTaxAmount": 60.8,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "13U",
"row": 3,
"column": 8,
"zIndex": 1,
"length": 2,
"width": 1,
"fare": 1216,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1276.8,
"serviceTaxAmount": 60.8,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
},
{
"id": "16U",
"row": 3,
"column": 10,
"zIndex": 1,
"length": 2,
"width": 1,
"fare": 1216,
"commission": null,
"available": true,
"ladiesSeat": false,
"bookedBy": null,
"ac": false,
"sleeper": false,
"totalFareWithTaxes": 1276.8,
"serviceTaxAmount": 60.8,
"serviceTaxPer": 4.94,
"childFare": 0,
"operatorServiceChargeAbsolute": 0,
"operatorServiceChargePercent": 0,
"reservedForSocialDistancing": false
}
],
"serviceTaxApplicable": true,
"etsServiceChargePer": 0,
"api_mode": "TEST"
}
Request
Header Params
Token
stringÂ
required
Example:
ZKEYza2COHK0QVkcVkwUb6WeIgWiS
checkSum
stringÂ
required
Example:
739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae
Body Params application/json