Invoice Standard incoming invoice |
Credit Credit note |
Enum"Invoice""Credit"
VAT breakdown
Any of:
{ "id": "string", "external_id": "string", "external_origin": "string", "type": "Invoice", "title": "string", "status": "string", "payment_status": "string", "invoice_number": "string", "notes": "string", "sum_net": 0, "sum_tax": 0, "sum_gross": 0, "vats": [ { … } ], "supplier": { "id": "string", "name": "string" }, "payment_account": { "id": "string", "title": "string" }, "date_of_invoice": "2019-08-24T14:15:22Z", "due_date": "2019-08-24T14:15:22Z", "date_of_start": "2019-08-24T14:15:22Z", "date_of_end": "2019-08-24T14:15:22Z", "editor": { "id": "string", "first_name": "string", "last_name": "string", "email": "string", "type": "user", "space": { … } }, "bookings": [ { … } ], "payments": [ { … } ], "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }