CoworkerLedgerEntries
Search CoworkerLedgerEntries
Search and list CoworkerLedgerEntry records with filtering, sorting, and pagination.
GET
Search CoworkerLedgerEntries
A CoworkerLedgerEntry is an individual financial transaction line in a customer’s ledger. Ledger entries record debits, credits, and the running balance between a location and a customer. Each entry can be linked to aDocumentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
CoworkerInvoice and carries a PaymentGatewayName that identifies which payment provider processed the transaction.
The ledger balance reflects the net financial position between the location and the customer:
- A positive balance means the customer owes money (unpaid invoices).
- A negative balance means the customer has credited payments that will be applied to future invoices.
- A balance of 0 means the account is settled with no outstanding invoices or credits.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the CoworkerLedgerEntry-List role.Enums
ePaymentProvider
ePaymentProvider
| Value | Name |
|---|---|
| 1 | PayPalStandard |
| 2 | PaypalStandardSubscription |
| 3 | GoCardless |
| 4 | Stripe |
| 5 | AuthorizeNetDirect |
| 6 | UsaEPay |
| 7 | AuthorizeNetSubscription |
| 8 | Adyen |
| 9 | MultiGateway |
| 11 | Manual |
| 12 | Forte |
| 13 | PayPalAdaptive |
| 14 | GoCardlessPro |
| 15 | CreditCard |
| 16 | EPay |
| 17 | Braintree |
| 18 | MidTrans |
| 19 | EziDebit |
| 20 | LiqPay |
| 21 | RazorPay |
| 22 | SquareCash |
| 23 | SquareCreditCard |
| 24 | StripeACH |
| 25 | StripeDirectDebit |
| 26 | IZettleCreditCard |
| 27 | PeachPayments |
| 28 | Klarna |
| 29 | StripeTerminal |
| 30 | PayPalStandardRest |
| 401 | HostedPaymentPage1 |
| 402 | HostedPaymentPage2 |
| 403 | HostedPaymentPage3 |
| 500 | Xero |
| 501 | Quickbooks |
| 989 | ManualDirectDebit |
| 990 | BadDebt |
| 991 | CreditCardManual1 |
| 992 | CreditCardManual2 |
| 993 | CreditCardManual3 |
| 994 | Credit |
| 995 | Gift |
| 996 | Bank |
| 997 | Cash |
| 998 | Check |
| 999 | Other |
Query Parameters
Pagination & Sorting
The page number to retrieve.
The number of records per page.
The property name to sort results by (e.g.
Name, CreatedOn).Sort direction.
0 for ascending, 1 for descending.Filters
Filter by iD of the business linked to this record.
Filter by location name.
Filter by location currency code.
Filter by iD of the coworker linked to this record.
Filter by coworker full name.
Filter by iD of the coworker invoice linked to this record.
Filter by invoice number.
Filter by invoice total amount.
Filter by invoice bill-to name.
Filter by whether the invoice has been paid.
Filter by date the invoice was paid.
Filter by whether the invoice has been refunded.
Filter by date the invoice was refunded.
Filter by invoice due date.
Filter by whether the invoice is a draft.
Filter by whether the invoice is waiting to be assigned an invoice number.
Filter by free-text description of this coworker ledger entry.
Filter by ledger entry code.
Filter by debit amount.
Filter by credit amount.
Filter by payment gateway name.
Filter by payment method number.
Filter by transaction date.
Filter by account balance after this transaction. Read-only.
Filter by whether this entry has been billed.
Filter by transaction date in the location’s local time.
Filter by connected transaction GUID.
Range Filters
Filter by date the invoice was paid greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date the invoice was paid less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date the invoice was refunded greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date the invoice was refunded less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by invoice due date greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by invoice due date less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by debit amount greater than or equal to this value.
Filter by debit amount less than or equal to this value.
Filter by credit amount greater than or equal to this value.
Filter by credit amount less than or equal to this value.
Filter by transaction date greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by transaction date less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by account balance after this transaction. Read-only greater than or equal to this value.
Filter by account balance after this transaction. Read-only less than or equal to this value.
Filter by transaction date in the location’s local time greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by transaction date in the location’s local time less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter records created on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records created on or before this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or before this date. Format:
YYYY-MM-DDTHH:mm.Code Examples
Simple listing
Filtering by Description
Range filters
Response
200
The list of CoworkerLedgerEntry records matching the query. See the Get one CoworkerLedgerEntry endpoint for the full list of properties returned for each record.
Current page number.
Number of records per page.
The field used for sorting.
The sort direction (
0 = ascending, 1 = descending).Index of the first item on the current page.
Index of the last item on the current page.
Total number of matching records across all pages.
Total number of pages.
Whether there is a next page of results.
Whether there is a previous page of results.
Example Response
Search CoworkerLedgerEntries