Skip to main content
POST
Bulk Update Promised To Pay Date Endpoint

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request schema for bulk updating invoice promised-to-pay dates.

invoice_ids
string[]
required
Minimum array length: 1
promised_to_pay_date
string<date> | null
required

New promised-to-pay date, or null to clear

Response

Successful Response

Response schema for bulk promised-to-pay date update.

updated_count
integer
required
Required range: x >= 0