IssueInvoiceDto
subscriptionIdstringrequired
AgentSubscription UUID to bill.
Example:
660e8400-e29b-41d4-a716-446655440222periodStartstring
Manual override — defaults to the subscription plan intervals.
periodEndstring
amountnumber
Override amount before VAT; defaults to the plan price.
Possible values: >= 0
taxExemptboolean
Skip VAT (e.g. for exempt plans).
dueInDaysnumber
Payment due window in days (default 14).
Possible values: >= 0
IssueInvoiceDto
{
"subscriptionId": "660e8400-e29b-41d4-a716-446655440222",
"periodStart": "string",
"periodEnd": "string",
"amount": 0,
"taxExempt": true,
"dueInDays": 0
}