GET
/
v1
/
customer
/
ledger

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start_date
string
default: 01-01-2024required

Start date for the ledger, [DD-MM-YYYY]

end_date
string
default: 31-12-2024required

End date for the ledger, [DD-MM-YYYY]

customer_id
string
required

Customer ID

num_records
integer
default: 10

Number of records to fetch

page
integer
default: 1

Page number

Response

200 - application/json
success
boolean

Success flag

ledger
object[]
closing_balance
number

Closing Balance

is_paid
boolean

Is Fully paid

total_records
integer

Total Records available