Get Invoice
This endpoint allow users to trigger distributions manually after the invoice has been activated.
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
{}