Skip to content

Invoice

Manage Invoices.

Download

Endpoint

HTTP
POST /invoice/download

Authorized User Role

owner

Request Body

FieldTypeRequiredNotes
idstringyesInvoice ID.

Response

A PDF binary string.

Get

Endpoint

HTTP
POST /invoice/get

Authorized User Role

admin

Request Body

FieldTypeRequiredNotes
idstringyesInvoice ID.

Response

FieldType
accountIdstring
amountnumber
datedate
descriptionstring
duedate
itemsarray
idstring
memostring
nextReminderdate
numberstring
orderstring
paidnumber
pdfstring
receiptstring
submitteddate
taxnumber
termsnumber
totalnumber

Find

Endpoint

HTTP
POST /invoice/find

Authorized User Role

admin

Request Body

None.

Query String Options

FieldType
filterstring
hiddenboolean
indexstring
limitnumber
logboolean
nextobject
prevobject
wherestring

Response

Paged response.

FieldTypeNotes
dataarrayAn array of Invoice records.
nextstringPaged cursor to use for the next page of items.
prevstringPages cursor to use for the previous page of items.

Invoice

FieldType
accountIdstring
amountnumber
datedate
descriptionstring
duedate
itemsarray
idstring
memostring
nextReminderdate
numberstring
orderstring
paidnumber
pdfstring
receiptstring
submitteddate
taxnumber
termsnumber
totalnumber

FindOutstanding

Endpoint

HTTP
POST /invoice/findOutstanding

Authorized User Role

owner

Request Body

None.

Query String Options

FieldType
filterstring
hiddenboolean
indexstring
limitnumber
logboolean
nextobject
prevobject
wherestring

Response

Paged response.

FieldTypeNotes
dataarrayAn array of Invoice records.
nextstringPaged cursor to use for the next page of items.
prevstringPages cursor to use for the previous page of items.

Invoice

FieldType
accountIdstring
amountnumber
datedate
descriptionstring
duedate
itemsarray
idstring
memostring
nextReminderdate
numberstring
orderstring
paidnumber
pdfstring
receiptstring
submitteddate
taxnumber
termsnumber
totalnumber

Reissue

Endpoint

HTTP
POST /invoice/reissue

Authorized User Role

admin

Request Body

FieldTypeRequiredNotes
idstringyesInvoice ID.

Response

A PDF binary string.