Skip to main content

Distribute invoices

This endpoint is mainly relevant for the factoring module. This allows a user to distribute invoices after activation but before financing.

Request​

URL​

/invoices/distribute

Method​

POST

Headers​

Content-Type: application/json
Authorization: Bearer eyy...

Body​

A JSON representation of invoice fields. See below example.

Request Body: all available fields

{
"invoiceIds": ["I.1112233"]
}

Response​

Status code 200.

Response Body

{}