Skip to main content
POST
Create Invoice Document

Headers

authorization
string

Your API key will be used for authentication of the request. Authorization: YOUR_API_KEY

Path Parameters

invoiceId
string
required

"invoiceId" is required (enter it either in parameters or request body)

Body

application/json

Query parameters can also be provided in the request body as a JSON object

input
CreateInvoiceDocumentInput Ā· object
invoiceId
string

Response

200 - application/json

Responses for POST /api/rest/invoices/{invoiceId}/documents

createInvoiceDocument
InvoiceDocument Ā· object