Invoice Document Record
This JSON object represents an invoice or quotation.
The properties are:
| The invoice ID, project ID and other identifiers. | object |
| Main invoice properties such as status, invoice number, dates. | object |
| True if the invoice is a client invoice. An array of Invoice Line Record | object[] |
| The client company ID. With supplier invoices, this will always be the platform’s company (My Company). | object |
| True if the client company is “My Company”. | object |
| The supplier company ID. With client invoices, this will always be the platform’s company (My Company). | object |
| True if the supplier company is “My Company”. | object |
| Related invoices. Array of Invoice Document Basic Record There are 2 scenarios:
| object[] |
EXAMPLES
Example payload with all root nodes:
{
"identifiers": { .... },
"properties":{ .... },
"lines": [ .... ],
"totals":{ .... },
"attachments":{ .... },
"distribution":{ .... },
"aggregation":{ .... },
"related": [ .... ]
}