Sample Json
https://bus.srdvtest.com/v9/rest/Search
Search Request JSON
{
"ClientId": "XXXX",
"UserName": "XXXX",
"Password": "XXXXX",
"FromCityCode": "8875",
"ToCityCode": "19402",
"DepartDate": "2025-12-13"
}
Search Response JSON
{
"Error": {
"ErrorCode": 0,
"ErrorMessage": ""
},
"TraceId": "XXXXX",
"Result": [
{
"SrdvIndex": 39,
"ResultIndex": "2000005754600059855",
"DepartureTime": "2025-12-13T20:00:00",
"ArrivalTime": "2025-12-14T06:00:00",
"Duration": 600,
"IsArrivingNextDay": "false",
"AvailableSeats": "26",
"MaxSeatsPerTicket": "6",
"RouteId": "2000005700000059855",
"BusRoute": "Hyderabad-Kurnool-Bangalore",
"BusType": "Volvo A/C Sleeper (2+2)",
"OperatorId": "10419079",
"TravelsName": "TESTING ACCOUNT",
"Seater": "false",
"Sleeper": "true",
"MTicketEnabled": "true",
"IdProofRequired": "false",
"IsDropPointMandatory": "false",
"IsAC": "true",
"LiveTracking": "false",
"OTGEnabled": "false",
"VaccinatedBus": "false",
"VaccinatedStaff": "false",
"BoardingPoints": [
{
"Id": "24511",
"Name": "Abids",
"Address": "Kukatpalli, testing",
"Location": "Abids",
"Landmark": "kukatpalli,Testing",
"ContactNumber": "99999999999999",
"Time": "20:00",
"IsPrime": "true"
}
],
"DroppingPoints": [
{
"Id": "27176",
"Name": "Koramangala",
"Address": "sa",
"Location": "Koramangala",
"Landmark": "ASD",
"ContactNumber": "1234567890",
"Time": "06:00",
"IsPrime": "true"
}
],
"DisplayFare": "12.60",
"Price": [
{
"CurrencyCode": "INR",
"BaseFare": "12.00",
"Tax": "0.60",
"OtherCharges": "0.00",
"Discount": "0",
"PublishedFare": "12.60",
"OfferedFare": 12,
"AgentCommission": 0.6,
"MarkUp": "0",
"GstTaxableAmount": "12.00",
"GstRate": "5",
"GstAmount": "0.60"
},
{
"CurrencyCode": "INR",
"BaseFare": "13.00",
"Tax": "0.65",
"OtherCharges": "0.00",
"Discount": "0",
"PublishedFare": "13.65",
"OfferedFare": 13,
"AgentCommission": 0.65,
"MarkUp": "0",
"GstTaxableAmount": "13.00",
"GstRate": "5",
"GstAmount": "0.65"
}
],
"PartialCancellationAllowed": "true",
"CancellationPolicies": [
{
"CancellationCharge": "100",
"CancellationChargeType": "Percentage",
"PolicyString": "If the cancellation happens between 0 to 12 hours from the Sat Dec 13 20:00:00 IST 2025, the cancellation fee is 100%",
"TimeBeforeDept": "12",
"FromDate": "2025-12-13"
},
{
"CancellationCharge": "50",
"CancellationChargeType": "Percentage",
"PolicyString": "If the cancellation happens between 12 to 24 hours from the Sat Dec 13 20:00:00 IST 2025, the cancellation fee is 50%",
"TimeBeforeDept": "24",
"FromDate": "2025-12-13"
},
{
"CancellationCharge": "10",
"CancellationChargeType": "Percentage",
"PolicyString": "If the cancellation happens anytime before 24 hours from the Sat Dec 13 20:00:00 IST 2025, the cancellation fee is 10%",
"TimeBeforeDept": "-1",
"FromDate": "2025-12-13"
}
]
}
]}