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

OutgoingInvoicePaymentStatus

string(OutgoingInvoicePaymentStatus)
Enum"open""partly_paid""paid""cancelled"
"open"

OutgoingInvoiceStatus

estimate
Invoice is meant as estimate
open
Invoice in draft
bookable
Invoice is ready to be booked
booked
Invoice was booked
string(OutgoingInvoiceStatus)
estimate
Invoice is meant as estimate
open
Invoice in draft
bookable
Invoice is ready to be booked
booked
Invoice was booked
Enum"estimate""open""bookable""booked"
"estimate"

PaymentAccountData

idstringrequired
is_defaultbooleanrequired
titlestringrequired
organizationstring or nullrequired
identifierstring or nullrequired
typestring(PaymentAccountType)required
Enum"account""employee_expenses"
ownerUserData (object) or nullrequired
Any of:
owner.​idstringrequired
owner.​first_namestringrequired
owner.​last_namestringrequired
owner.​emailstringrequired
owner.​typestring(UserType)required
Enum"user""guest""tax_advisor""integration"
owner.​spaceobject(SpaceData)required
owner.​space.​idstringrequired
owner.​space.​namestringrequired
updated_atstring or null(date-time)required
created_atstring(date-time)required
deleted_atstring or null(date-time)required
{ "id": "string", "is_default": true, "title": "string", "organization": "string", "identifier": "string", "type": "account", "owner": { "id": "string", "first_name": "string", "last_name": "string", "email": "string", "type": "user", "space": {} }, "updated_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "deleted_at": "2019-08-24T14:15:22Z" }