Create collected invoice
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
POST /collected-invoices
Operation
Operation ID: createCollectedInvoice
Create a new collected invoice
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Request Body
Required: no.
Content type: application/json
{}
Responses
Status | Description | Content Types |
|---|---|---|
201 | Collected invoice created successfully | application/json |
Schema for response 201 (application/json):
{}
17 March 2026