Adjustments
Create Receivable Adjustment
Create Receivable Adjustment
POST
/
v0
/
receivable-adjustments
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
receivable_line_id
string
requireddescription
string
requireddatetime
string
requiredThe 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
requiredreceivable_line_id
string
requiredThe receivable line to adjust.
description
string
requiredThe description of the adjustment.
datetime
string
requiredThe datetime that that the receivable was adjusted.
amount
number
requiredThe amount to adjust the line.
metadata
object | null
Metadata associated with the adjustment.
files
object[] | null
The files associated with the adjustment.