Skip to main content

Invoice Document Basic Record

This JSON object represents an invoice or quotation with a reduced amount of details., compared to the full document: Invoice Document Record

Typically used when we do not require all properties such as the invoice details lines.

The properties are:

identifiers

The invoice ID, project ID and other identifiers.

See Invoice Identifiers Record

object

properties

Main invoice properties such as status, invoice number, dates.

See Invoice Properties Record

object

totals

The client company ID. With supplier invoices, this will always be the platform’s company (My Company).

See Invoice Totals Record

object

aggregation

True if the supplier company is “My Company”.

See Invoice Aggregation Record

object

EXAMPLES

Example payload with all root nodes:

CODE
{
    "identifiers": { .... },
    "properties":{ .... },
    "totals":{ .... },
    "aggregation":{ .... }
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.