Toggle drawer
Documentation
Getting Started
Balance
Method Structure
Sample JSON
Balance Log
Method Structure
Sample JSON
Search
Method Structure
Sample JSON
Seat Layout
Method Structure
Sample JSON
Boarding Point Details
Method Structure
Sample JSON
Block Seat
Method Structure
Sample JSON
Book
Method Structure
Sample JSON
Cancel Bus Booking
Method Structure
Sample JSON
Download Resources
Sample Json
POST
https://bus.srdvtest.com/v8/rest/BalanceLog
Copy to Clipboard
Balance Log Request JSON
Copy to Clipboard
{
"EndUserIp"
:
"1.1.1.1"
,
"ClientId"
:
"XXXX"
,
"UserName"
:
"XXXX"
,
"Password"
:
"XXXX"
}
Balance Log Response JSON
Copy to Clipboard
{
"Error"
: {
"ErrorCode"
:
"0"
,
"ErrorMessage"
:
""
},
"Result"
: [
{
"ID"
:
"XXXX"
,
"Date"
:
"XXXX"
,
"ClientID"
:
"XXXX"
,
"ClientName"
:
"XXXX"
,
"Detail"
:
"XXXX"
,
"Debit"
:
"XXXX"
,
"Credit"
:
"0"
,
"Balance"
:
"XXXX"
,
"Module"
:
"Bus API"
,
"TraceID"
:
"XXXX"
,
"RefID"
:
""
,
"UpdatedBy"
:
"XXXX"
}
]
}