DepositLedger
Get deposit ledger balances as of the given date
Get deposit ledger balances as of the given date.
get/shop/reports/deposit-ledger-v2/summary
Query parameters
site_idstring uuid
Retrieve the deposit ledger details for this site.
datestring date
Example:2023-05-05
Retrieve the deposit ledger details as at this date.
Response
A summary of the deposit ledger balances on the given date.
Example response
{
"data": {
"balances": {
"deposit": 5000,
"deposit_redemption": 3500
},
"balance": 5095
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.