CoworkerLedgerEntries
Get one CoworkerLedgerEntry
Retrieve a single CoworkerLedgerEntry record by its Id.
GET
Get one CoworkerLedgerEntry
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-Read role.Path Parameters
The Id of the CoworkerLedgerEntry record to retrieve.
Code Examples
Response
200
ID of the business linked to this record.
Location name.
Location currency code.
ID of the coworker linked to this record.
Coworker full name.
ID of the coworker invoice linked to this record.
Invoice number.
Invoice total amount.
Invoice bill-to name.
Whether the invoice has been paid.
Date the invoice was paid.
Whether the invoice has been refunded.
Date the invoice was refunded.
Invoice due date.
Whether the invoice is a draft.
Whether the invoice is waiting to be assigned an invoice number.
Free-text description of this coworker ledger entry.
Ledger entry code.
Debit amount.
Credit amount.
Payment gateway name.
Payment method number.
Transaction date.
Account balance after this transaction. Read-only.
Whether this entry has been billed.
Transaction date in the location’s local time.
Connected transaction GUID.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one CoworkerLedgerEntry