POST
/
v0
/
receivable-lines

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

teal-instance-id
string
required

The Teal instance ID

Body

application/json
ledger_id
string
required
tag_ids
string[] | null

The tag ids of the tags associated with this receivable line.

description
string
required
amount
required

The amount of the receivable line.

ar_ledger_id
string
required
receivable_id
string
required

Response

201 - application/json
id
string
required
ledger_id
string
required
tags
object[] | null

The tag ids of the tags associated with this receivable line.

description
string
required
amount
number
required

The original amount of the receivable line.

adjusted_amount
number
required

The amount of the receivable line after adjustments.

adjustments
object[] | null
required

The adjustments made to the receivable line.