POST
/
v0
/
receivable-adjustments

Authorizations

Authorization
string
header
required

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

Headers

teal-instance-id
string
required

The Teal instance ID

modified-by
string | null

An optional identifier for audit logging.

Body

application/json
amount
required

The amount to adjust the line.

datetime
string
required

The datetime that the receivable was adjusted.

description
string
required
receivable_line_id
string
required
metadata
object | null

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

Response

201 - application/json
amount
number
required

The amount to adjust the line.

datetime
string
required

The datetime that that the receivable was adjusted.

description
string
required

The description of the adjustment.

id
string
required
receivable_line_id
string
required

The receivable line to adjust.

files
object[] | null

The files associated with the adjustment.

metadata
object | null

Metadata associated with the adjustment.