Receivables
Create Receivable
Creates a receivable.
POST
/
v0
/
ledgers
/
{ar_ledger_id}
/
receivables
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The Teal instance ID
An optional identifier for audit logging.
Path Parameters
The AR ledger ID
Body
application/json
The ID of the receivable. Must be unique per ledger.
Minimum length:
1
The datetime that the receivable was created.
The datetime that the receivable is due.
The line items of the receivable.
Any metadata that you would like to associate with the receivable.
Response
201 - application/json
The datetime that the invoice was created.
The datetime that the invoice is due.
Expandable. The line items of the receivable.
Metadata associated with the receivable.
The files associated with this receivable.