Close draft invoice
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
POST /invoices/draft/close
Operation
Operation ID: closeDraftInvoice
Close a draft invoice
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Request Body
Required: yes.
Content type: application/json
{
"properties": {
"id": {
"type": "integer"
}
},
"type": "object"
}
Responses
Status | Description | Content Types |
|---|---|---|
200 | Draft invoice closed successfully | application/json |
Schema for response 200 (application/json):
{}
17 March 2026