Payments & Vouchers

Deposit Ledger

A report detailing deposit revenue balances.

get/shop/reports/deposit-ledger-v2/list

List LedgerLines

listDepositLedger

Use this endpoint to retrieve a list of DepositLedgerDailyChange resources.

Query parameters

  • site_iduuidoptional

    Retrieve the deposit ledger details for this site.

  • pageintegeroptional

    The page to retrieve results from

  • datedateoptional

    Retrieve the deposit ledger details as at this date.

Responses

  • 200

    The list of DepositLedgerDailyChange resources was successfully retrieved

  • 401

    The user is unauthenticated

get/shop/reports/deposit-ledger-v2/summary

Get deposit ledger balances as of the given date

getDepositLedgerSummary

Get deposit ledger balances as of the given date.

Query parameters

  • site_iduuidoptional

    Retrieve the deposit ledger details for this site.

  • datedateoptional

    Retrieve the deposit ledger details as at this date.

Responses

  • 200

    A summary of the deposit ledger balances on the given date.

  • 401

    The user is unauthenticated

get/shop/reports/deposit-ledger-v2/queue

Queue an export of the deposit ledger.

actionQueueDepositLedgerReport

Queue an export of the deposit ledger.

Query parameters

  • site_iduuidoptional

    Retrieve the deposit ledger details for this site.

  • datedateoptional

    Retrieve the deposit ledger details as at this date.

Responses

  • 200

    The job was successfully queued

  • 401

    The user is unauthenticated