MultiDocument
MultiDocument table for AvalaraAvatax data provider.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
The unique ID number of this MultiDocument object. |
| Code [KEY] | String | False |
The transaction code of the MultiDocument transaction. All individual transactions within this MultiDocument object will have this code as a prefix. |
| Type [KEY] | String | False |
Indicates the type of MultiDocument transaction. |
| ModifiedUserId | Int | False |
The user ID of the user who last modified this record. |
| CreatedUserId | Int | False |
The user ID of the user who created this record. |
| ModifiedDate | Datetime | False |
The date/time when this record was last modified. |
| AccountId | Int | False |
The unique ID number of the AvaTax customer account that created this MultiDocument object. |
| LinkedDocuments | String | False |
A separate document will exist for each unique combination of buyer and seller in this MultiDocument transaction. |
| CreatedDate | Datetime | False |
The date/time when this record was created. |