Skip to main content
PATCH
Resume invoices that are blocked through the API

Authorizations

Authorization
string
header
required

OAuth2 access token or static API token. See Authorization for how to obtain one.

Body

application/x-www-form-urlencoded
administration_id
string
required

Administration identifier

fields
string

JSON object defining fields to receive (e.g {"only": ["field1", {"field2": ["field3"]}]})

invoice_numbers
string[]

Unique number from your invoicing software that is communicated to the debtor

Maximum array length: 1000
invoice_identifiers
string[]

Unique database identifier from your invoicing software

Maximum array length: 1000

Response

Invoices resumed

CustomerApi_SuccessEntity model

success
boolean
required

Request was handled successfully

count
integer<int32>
required

Number of records processed, those without errors

Example:

98

errors
object
required

List of records that could not be processed and for which reasons

Example:
warnings
object

List of records that were partially processed, the messages contain warnings

Example:
Last modified on August 13, 2026