Skip to main content
GET
Get one CoworkerInvoiceHistory
A CoworkerInvoiceHistory records a history entry for a customer invoice. Each entry captures an activity or event that occurred on that invoice, such as the invoice being sent, an e-invoicing action, a payment receipt, or a payment error. Use IsProblem to flag entries that represent errors or issues (e.g. a failed payment attempt). Set Notify to trigger a notification when the history entry is created.

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 CoworkerInvoiceHistory-Read role.

Path Parameters

integer
required
The Id of the CoworkerInvoiceHistory record to retrieve.

Code Examples

Response

200

integer
ID of the coworker invoice linked to this record.
integer
ID of the coworker invoice coworker associated with this record.
integer
ID of the coworker invoice business associated with this record.
string
The coworker invoice business currency code value for this coworker invoice history.
string
Full name of the customer who owns the invoice.
string
Total amount of the related customer invoice.
string
Invoice number of the related customer invoice.
string
Display name of the linked coworker invoice bill to (read-only).
string
Whether the related customer invoice has been fully paid.
string
Date/time value for coworker invoice paid on.
boolean
Whether coworker invoice refunded is enabled.
string
Date/time value for coworker invoice refunded on.
string
Date/time value for coworker invoice due date.
string
Whether the related customer invoice is still in draft.
string
Short title of the history entry (e.g. ‘Invoice sent’, ‘Payment received’).
string
Detailed description of the activity or event recorded by this history entry.
boolean
Flags this history entry as an error or issue (e.g. a failed payment attempt or e-invoicing error).
boolean
Whether to send a notification when this history entry is created.
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