POST
/
v0
/
receivable-adjustments

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
receivable_line_id
string
required
description
string
required
datetime
string
required

The datetime that the receivable was adjusted.

amount
required

The amount to adjust the line.

metadata
object | null

Any metadata that you would like to associate with the adjustment.

Response

201 - application/json
id
string
required
receivable_line_id
string
required

The receivable line to adjust.

description
string
required

The description of the adjustment.

datetime
string
required

The datetime that that the receivable was adjusted.

amount
number
required

The amount to adjust the line.

metadata
object | null

Metadata associated with the adjustment.

files
object[] | null

The files associated with the adjustment.