/
Invoice Totals Record
Invoice Totals Record
The totals node in an invoice document contains the totals, including VAT. Contained in Invoice Document Record
| Total excluding VAT. | decimal |
| Total invoice line amounts excluding discounts. Excluding VAT. | decimal |
|
|
|
| Applicable VAT rate. 0 is none. | decimal |
| Total VAT amount. Equals vatRate * totalExVat. | decimal |
|
|
|
| Total amount including VAT. Equals totalExVat + totalVat. | decimal |
EXAMPLES
Example payload:
{
"totalExVat": 22.0000,
"totalExVatBase": 22.0000,
"totalVat": 3.9600,
"vatRate": 18.0000,
"total": 25.9600
}
, multiple selections available,
Related content
Invoice Document Basic Record
Invoice Document Basic Record
More like this
Invoice Properties Record
Invoice Properties Record
More like this
Invoice Aggregation Record
Invoice Aggregation Record
More like this
Invoice Document Record
Invoice Document Record
More like this
invoices/items/new/aggregation
invoices/items/new/aggregation
More like this
Invoice Line Record
Invoice Line Record
More like this
Copyright Wordbee - Buzzin' Outside the Box since 2008