Get Bus Seat Layout, Availability & Fare with ResultIndex
This method give the seat details of the user selected bus. Client need to pass the ResultIndex in the requsest and in response, he gets the complete seat details of requested bus like how many seats are available, how many seats are reserver for ladies and price details.
Parameters
Name
Description
Accept
string
( header )
Must be application/json
Accept - Encoding
string
( header )
Must be gzip
Authorization
string
( header )
Must be Your PID
Must be Your API Key
Definition and request parameters for Bus Seat Layout Method
action
string
( query )
Must be "getBusSeatLayOut" as parameter
Action methods in Web API controller can have one or more parameters of different types. It can be either primitive type or complex type. Web API binds action method parameters either with URL's query string or with request body depending on the parameter type.
ResultIndex
string
( query )
ResultIndex
TraceId
string
( query )
Unique identifier for identify every unique search
REQUEST
API Endpoint: https://www.abengines.com/api/v1/travel-api/bus/
header: array(
'Content-Type:application/json',
'Accept-encoding: gzip',
'PID:'ADD-YOUR-KEY',
'x-api-key:'ADD-YOUR-KEY'
);
POST:
{
"action": "getBusSeatLayOut",
"ResultIndex": "8",
"TraceId": "7a0cec5d-aba2-44be-9921-23ee94a93bb7"
}
Response
The API returns an HTTP response, which generally includes the result of the request invocation
{
"status": "200",
"status_message": "OK",
"responseData": {
"GetBusSeatLayOutResult": {
"ResponseStatus": 1,
"Error": {
"ErrorCode": 0,
"ErrorMessage": ""
},
"TraceId": "7a0cec5d-aba2-44be-9921-23ee94a93bb7",
"SeatLayoutDetails": {
"AvailableSeats": "27",
"HTMLLayout": "",
"SeatLayout": {
"NoOfColumns": 1,
"NoOfRows": 4,
"SeatDetails": [
[
{
"ColumnNo": "000",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": false,
"RowNo": "000",
"SeatFare": 12.6,
"SeatIndex": 1,
"SeatName": "1",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 12.6,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 12.6,
"PublishedPriceRoundedOff": 13,
"OfferedPrice": -17.4,
"OfferedPriceRoundedOff": -17,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "002",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": false,
"RowNo": "000",
"SeatFare": 13.65,
"SeatIndex": 2,
"SeatName": "2",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "004",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": false,
"RowNo": "000",
"SeatFare": 13.65,
"SeatIndex": 3,
"SeatName": "3",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "006",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": false,
"RowNo": "000",
"SeatFare": 13.65,
"SeatIndex": 4,
"SeatName": "4",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "008",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": false,
"RowNo": "000",
"SeatFare": 13.65,
"SeatIndex": 5,
"SeatName": "5",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "010",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": false,
"RowNo": "000",
"SeatFare": 13.65,
"SeatIndex": 6,
"SeatName": "6",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "012",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": false,
"RowNo": "000",
"SeatFare": 13.65,
"SeatIndex": 7,
"SeatName": "7",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
}
],
[
{
"ColumnNo": "000",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": false,
"RowNo": "002",
"SeatFare": 12.6,
"SeatIndex": 8,
"SeatName": "8",
"SeatStatus": false,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 12.6,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 12.6,
"PublishedPriceRoundedOff": 13,
"OfferedPrice": -17.4,
"OfferedPriceRoundedOff": -17,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "002",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": false,
"RowNo": "002",
"SeatFare": 13.65,
"SeatIndex": 16,
"SeatName": "9",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "004",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": false,
"RowNo": "002",
"SeatFare": 13.65,
"SeatIndex": 17,
"SeatName": "10",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "006",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": false,
"RowNo": "002",
"SeatFare": 13.65,
"SeatIndex": 18,
"SeatName": "11",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "008",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": false,
"RowNo": "002",
"SeatFare": 13.65,
"SeatIndex": 19,
"SeatName": "12",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "010",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": false,
"RowNo": "002",
"SeatFare": 13.65,
"SeatIndex": 20,
"SeatName": "13",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "012",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": false,
"RowNo": "002",
"SeatFare": 13.65,
"SeatIndex": 21,
"SeatName": "14",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
}
],
[
{
"ColumnNo": "000",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": true,
"RowNo": "000",
"SeatFare": 12.6,
"SeatIndex": 9,
"SeatName": "a",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 12.6,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 12.6,
"PublishedPriceRoundedOff": 13,
"OfferedPrice": -17.4,
"OfferedPriceRoundedOff": -17,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "002",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": true,
"RowNo": "000",
"SeatFare": 13.65,
"SeatIndex": 10,
"SeatName": "b",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "004",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": true,
"RowNo": "000",
"SeatFare": 13.65,
"SeatIndex": 11,
"SeatName": "c",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "006",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": true,
"RowNo": "000",
"SeatFare": 13.65,
"SeatIndex": 12,
"SeatName": "d",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "008",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": true,
"RowNo": "000",
"SeatFare": 13.65,
"SeatIndex": 13,
"SeatName": "e",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "010",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": true,
"RowNo": "000",
"SeatFare": 13.65,
"SeatIndex": 14,
"SeatName": "f",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "012",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": true,
"RowNo": "000",
"SeatFare": 13.65,
"SeatIndex": 15,
"SeatName": "g",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
}
],
[
{
"ColumnNo": "000",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": true,
"RowNo": "002",
"SeatFare": 12.6,
"SeatIndex": 22,
"SeatName": "h",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 12.6,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 12.6,
"PublishedPriceRoundedOff": 13,
"OfferedPrice": -17.4,
"OfferedPriceRoundedOff": -17,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "002",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": true,
"RowNo": "002",
"SeatFare": 13.65,
"SeatIndex": 23,
"SeatName": "i",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "004",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": true,
"RowNo": "002",
"SeatFare": 13.65,
"SeatIndex": 24,
"SeatName": "j",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "006",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": true,
"RowNo": "002",
"SeatFare": 13.65,
"SeatIndex": 25,
"SeatName": "k",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "008",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": true,
"RowNo": "002",
"SeatFare": 13.65,
"SeatIndex": 26,
"SeatName": "l",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "010",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": true,
"RowNo": "002",
"SeatFare": 13.65,
"SeatIndex": 27,
"SeatName": "m",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
},
{
"ColumnNo": "012",
"Height": 2,
"IsLadiesSeat": false,
"IsMalesSeat": false,
"IsUpper": true,
"RowNo": "002",
"SeatFare": 13.65,
"SeatIndex": 28,
"SeatName": "n",
"SeatStatus": true,
"SeatType": 2,
"Width": 1,
"Price": {
"CurrencyCode": "INR",
"BasePrice": 13.65,
"Tax": 0,
"OtherCharges": 0,
"Discount": 0,
"PublishedPrice": 13.65,
"PublishedPriceRoundedOff": 14,
"OfferedPrice": -16.35,
"OfferedPriceRoundedOff": -16,
"AgentCommission": 30,
"AgentMarkUp": 0,
"TDS": 12,
"GST": {
"CGSTAmount": 0,
"CGSTRate": 0,
"CessAmount": 0,
"CessRate": 0,
"IGSTAmount": 0,
"IGSTRate": 18,
"SGSTAmount": 0,
"SGSTRate": 0,
"TaxableAmount": 0
}
}
}
]
]
}
}
}
}
}









