Lines
Create Receivable Line
Create Receivable Line
POST
/
v0
/
receivable-lines
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Headers
teal-instance-id
string
requiredThe Teal instance ID
Body
application/json
ledger_id
string
requireddescription
string
requiredamount
required
The amount of the receivable line.
ar_ledger_id
string
requiredreceivable_id
string
requiredtag_ids
string[] | null
The tag ids of the tags associated with this receivable line.
Response
201 - application/json
id
string
requiredledger_id
string
requireddescription
string
requiredamount
number
requiredThe original amount of the receivable line.
adjusted_amount
number
requiredThe amount of the receivable line after adjustments.
adjustments
object[] | null
requiredThe adjustments made to the receivable line.
tags
object[] | null
The tag ids of the tags associated with this receivable line.