The distribution node contains information on how the invoice document is accessible to different parties, how the invoice shall be distributed, aggregated and more. Contained in Invoice Document Record
|
|
Indicates how the client or the supplier can access the invoice document:
|
string |
|
|
Indicates the status of distribution of invoice by email:
Note that the Wordbee Translator Invoice Production tools permit to distribute invoices by expected channel. Email transmission is done automatically with Wordbee functionality. |
string |
|
|
Indicates the status of distribution of invoice by print or non-Wordbee channels:
|
string |
|
|
The variant in the invoice & quote template to use for generating the Excel or PDF document. See the online documentation on how to create a multi-variant template and assign this to clients or suppliers. |
int |
|
|
Indicates if this invoice is supposed to be aggregated and not be sent as an individual document. |
bool |
EXAMPLES
Example payload:
{
"access": "PublishedReadOnly",
"distributeEmail": "TransmissionRequired",
"distributePrint": "TransmissionRequired",
"variant": 0,
"doAggregate": true
}