BatchFiles
BatchFiles view for AvalaraAvatax data provider.
Columns
Name | Type | Description |
Id [KEY] | Int | The unique ID number assigned to this batch file. |
BatchId | Int | The unique ID number of the batch that this file belongs to. |
CompanyId [KEY] | Int | The Company ID number of the company that owns this batch. |
Name | String | Logical Name of file. |
ContentLength | Int | Size of content, in bytes. |
FilePath | String | Path to the file - name/S3 key. |
FileExtension | String | File extension (e.g. CSV). |
FileLocalPath | String | Local path of the file. |
ErrorCount | Int | Number of errors that occurred when processing this file. |
ContentType | String | Content mime type (e.g. text/csv). This is used for HTTP downloading. |