Skip to content
Download OpenAPI description
Languages
Servers
https://api.kanbert.com/api/v1
Operations
Operations
Operations
Operations
Operations
Webhooks
Operations
Webhooks
Operations
Operations
Webhooks
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Schemas
idstringrequired
file_namestringrequired
mime_typestringrequired
sizeintegerrequired

File size in bytes

entity_idstringrequired

ID of the entity that the file belongs to

entity_typestringrequired

Type of the entity that the file belongs to

created_atstringrequired
{ "id": "string", "file_name": "string", "mime_type": "string", "size": 0, "entity_id": "string", "entity_type": "string", "created_at": "string" }
idstringrequired
typestringrequired
titlestring or nullrequired
valuenumberrequired
chart_of_account_idstring or nullrequired
position_idstring or nullrequired
project_idstring or nullrequired
client_idstring or nullrequired
chart_of_accountChartOfAccountData (object) or nullrequired
Any of:
chart_of_account.​idstringrequired
chart_of_account.​typeCostCenterType (string) or nullrequired
Any of:
string(CostCenterType)
Enum"accounts""discount""supplier_discount"
chart_of_account.​codestring or nullrequired
chart_of_account.​titlestring or nullrequired
chart_of_account.​descriptionstring or nullrequired
chart_of_account.​prioritystring or nullrequired
chart_of_account.​budgetsobject or nullrequired
chart_of_account.​budgets.​property name*numberadditional property
chart_of_account.​start_datestring or null(date-time)required
chart_of_account.​end_datestring or null(date-time)required
chart_of_account.​created_atstring(date-time)required
chart_of_account.​updated_atstring or null(date-time)required
chart_of_account.​positionsArray of PositionData (objects) or object
Any of:
outgoing_invoiceOutgoingInvoiceReferenceData (object) or nullrequired
Any of:
outgoing_invoice.​idstringrequired
outgoing_invoice.​invoice_numberstring or nullrequired
outgoing_invoice.​titlestringrequired
outgoing_invoice.​is_creditbooleanrequired
created_atstring(date-time)required
updated_atstring or null(date-time)required
{ "id": "string", "type": "string", "title": "string", "value": 0, "chart_of_account_id": "string", "position_id": "string", "project_id": "string", "client_id": "string", "chart_of_account": { "id": "string", "type": "accounts", "code": "string", "title": "string", "description": "string", "priority": "string", "budgets": {}, "start_date": "2019-08-24T14:15:22Z", "end_date": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "positions": [] }, "outgoing_invoice": { "id": "string", "invoice_number": "string", "title": "string", "is_credit": true }, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }
idstringrequired
external_idstring or nullrequired
external_originstring or nullrequired
typestring(IncomingInvoiceType)required
Invoice
Standard incoming invoice
Credit
Credit note
Enum"Invoice""Credit"
titlestringrequired
statusstringrequired
payment_statusstringrequired
invoice_numberstring or nullrequired
notesstring or nullrequired
sum_netnumberrequired
sum_taxnumberrequired
sum_grossnumberrequired
vatsArray of objects(IncomingInvoiceVatData)required

VAT breakdown

vats[].​vatnumberrequired

VAT rate in percent

vats[].​valuenumberrequired

Calculated VAT amount

supplierSupplierData (object) or nullrequired
Any of:
supplier.​idstringrequired
supplier.​namestringrequired
payment_accountIncomingInvoicePaymentAccountData (object) or nullrequired
Any of:

Assigned payment account

payment_account.​idstringrequired
payment_account.​titlestringrequired
date_of_invoicestring or null(date-time)required
due_datestring or null(date-time)required
date_of_startstring or null(date-time)required
date_of_endstring or null(date-time)required
editorUserData (object) or nullrequired
Any of:
editor.​idstringrequired
editor.​first_namestringrequired
editor.​last_namestringrequired
editor.​emailstringrequired
editor.​typestring(UserType)required
Enum"user""guest""tax_advisor""integration"
editor.​spaceobject(SpaceData)required
editor.​space.​idstringrequired
editor.​space.​namestringrequired
bookingsArray of objects(IncomingInvoiceBookingData)

Chart of account bookings

paymentsArray of objects(IncomingInvoicePaymentData)

Payments

created_atstring(date-time)required
updated_atstring or null(date-time)required
{ "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" }