Generate all invoices for previous period

POST /api/billing/invoice/allBillable/periodCode/{periodCode}

Generates all the (non-already-generated) invoices for the provided period. Please use sparingly, this is a very intensive operations and can take very long if the number of movements is high

Path parameters

Responses

POST /api/billing/invoice/allBillable/periodCode/{periodCode}
curl \
 -X POST https://api-dev.gatego.io/api/billing/invoice/allBillable/periodCode/{periodCode}