Management
Create new invoice
Create a new invoice with automatic numbering and PDF generation
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Available options:
draft
, pending
, paid
, sent
, overdue
Example:
"draft"
Available options:
receiver
, sender
Example:
"receiver"
Example:
"2024-04-01T00:00:00Z"
Required string length:
3
Example:
"CHF"
Example:
"CH93 0076 2011 6238 5295 7"
Example:
"550e8400-e29b-41d4-a716-446655440000"
Example:
"Monthly services"
Example:
"Sender Company AG"
Example:
"Bahnhofstrasse 1"
Example:
"8001"
Example:
"Zürich"
Example:
"Switzerland"
Example:
"Receiver GmbH"
Example:
"Hauptstrasse 10"
Example:
"3000"
Example:
"Bern"
Example:
"Switzerland"
Example:
10
Required range:
0 <= x <= 100
Example:
5
Required range:
0 <= x <= 100
Example:
7.7
Example:
{
"department": "IT",
"project_code": "P123"
}