Sample JSON

Bus Search Request

			{
	"OriginId": "8463",
	"DestinationId": "4054",
	"DateOfJourney": "2024-02-20",
	"UserIp": "122.160.83.78"
}
			

Bus Search Response

			    {
	"UserIp": "122.160.83.78",
	"Search_Token": "af27d76ffde8107c0bf092bf4ab39abc8f4df574",
	"Error": {
		"ErrorCode": 0,
		"ErrorMessage": null
	},
	"Result": [
		{
			"ResultIndex": 13,
			"ArrivalTime": "2024-02-20T07:00:00",
			"AvailableSeats": 27,
			"DepartureTime": "2024-02-20T01:00:00",
			"RouteId": "2000002147980079020",
			"BusType": "Volvo A/C Sleeper (2+2)",
			"ServiceName": "Seat Seller",
			"TravelName": "TESTING ACCOUNT",
			"IdProofRequired": false,
			"IsDropPointMandatory": false,
			"LiveTrackingAvailable": false,
			"MTicketEnabled": true,
			"MaxSeatsPerTicket": 6,
			"OperatorId": 10419079,
			"PartialCancellationAllowed": true,
			"BoardingPointsDetails": [
				{
					"CityPointIndex": 1,
					"CityPointLocation": "Domlur I Stage",
					"CityPointName": "Domlur I Stage (Pickup Bus)",
					"CityPointTime": "2024-02-20T01:00:00"
				}
			],
			"DroppingPointsDetails": [
				{
					"CityPointIndex": 1,
					"CityPointLocation": "Koyambedu",
					"CityPointName": "Koyambedu",
					"CityPointTime": "2024-02-20T07:00:00"
				}
			],
			"BusPrice": {
				"CurrencyCode": "INR",
				"BasePrice": 8.4,
				"Tax": 0,
				"OtherCharges": 0,
				"Discount": 0,
				"PublishedPrice": 8.4,
				"PublishedPriceRoundedOff": 8,
				"OfferedPrice": -21.6,
				"OfferedPriceRoundedOff": -22,
				"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
				}
			},
			"CancellationPolicies": [
				{
					"CancellationCharge": 10,
					"CancellationChargeType": 2,
					"PolicyString": "Till 20:00 on 18 Feb 2024",
					"TimeBeforeDept": "29$-1",
					"FromDate": "2024-02-09T11:01:48",
					"ToDate": "2024-02-18T20:00:00"
				},
				{
					"CancellationCharge": 50,
					"CancellationChargeType": 2,
					"PolicyString": "Between 20:00 on 18 Feb 2024 - 08:00 on 19 Feb 2024",
					"TimeBeforeDept": "17$29",
					"FromDate": "2024-02-18T20:00:00",
					"ToDate": "2024-02-19T08:00:00"
				},
				{
					"CancellationCharge": 100,
					"CancellationChargeType": 2,
					"PolicyString": "After 08:00 on 19 Feb 2024",
					"TimeBeforeDept": "0$17",
					"FromDate": "2024-02-19T08:00:00",
					"ToDate": "2024-02-20T07:00:00"
				}
			]
		},