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

OutgoingInvoicePaymentBookingData

idstringrequired
typestringrequired
payment_typestringrequired
referencestringrequired
valuenumberrequired
outgoing_invoice_idstring or nullrequired
reference_outgoing_invoice_idstring or nullrequired
updated_atstring or null(date-time)required
created_atstring(date-time)required
deleted_atstring or null(date-time)required
{ "id": "string", "type": "string", "payment_type": "string", "reference": "string", "value": 0, "outgoing_invoice_id": "string", "reference_outgoing_invoice_id": "string", "updated_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "deleted_at": "2019-08-24T14:15:22Z" }

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"