Skip to main content
POST
Create Vat Invoice

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
direction
string
default:output
formNo
string | null
serial
string | null
invoiceNumber
string | null
taxAuthorityCode
string | null
issueDate
string | null
sellerName
string | null
sellerTaxCode
string | null
buyerName
string | null
buyerTaxCode
string | null
clientId
string | null
supplierId
string | null
invoiceId
string | null
billId
string | null
currency
string | null
exchangeRate
number | null
subtotal
number | null
vatRate
number | null
vatAmount
number | null
totalAmount
number | null
adjustmentType
string | null
replacesVatInvoiceId
string | null
status
string | null
notes
string | null
lineItems
VatInvoiceLineItemInput · object[] | null

Response

Successful Response

id
string
required
direction
string
required
formNo
string | null
serial
string | null
invoiceNumber
string | null
taxAuthorityCode
string | null
issueDate
string | null
sellerName
string | null
sellerTaxCode
string | null
buyerName
string | null
buyerTaxCode
string | null
clientId
string | null
clientName
string | null
supplierId
string | null
supplierName
string | null
invoiceId
string | null
billId
string | null
currency
string | null
exchangeRate
number | null
subtotal
number | null
vatRate
number | null
vatAmount
number | null
totalAmount
number | null
adjustmentType
string | null
replacesVatInvoiceId
string | null
status
string | null
notes
string | null
createdAt
string | null
createdById
string | null
lineItems
VatInvoiceLineItem · object[] | null