AvaTax
MultiDocumentModel
A MultiDocument transaction represents a sale or purchase that occurred between more than two companies.
A traditional transaction requires exactly two parties: a seller and a buyer. MultiDocument transactions can involve a marketplace of vendors, each of which contributes some portion of the final transaction. Within a MultiDocument transaction, each individual buyer and seller pair are matched up and converted to a separate document. This separation of documents allows each seller to file their taxes separately.
This model is used in the following APIs:
The unique ID number of this MultiDocument object.
The unique ID number of the AvaTax customer account that created this MultiDocument object.
The transaction code of the MultiDocument transaction.
All individual transactions within this MultiDocument object will have this code as a prefix.
Indicates the type of MultiDocument transaction. Common values are:
- SalesOrder - An estimate that is not permanently recorded
- SalesInvoice - An invoice that can be reported on a tax return
For more information about document types, see DocumentType
The user ID of the user who created this record.
The date/time when this record was created.
The date/time when this record was last modified.
The user ID of the user who last modified this record.
A separate document will exist for each unique combination of buyer and seller in this MultiDocument transaction.