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