AvaTax for VAT

Version v2
APConfigSetting
Accounts
Addresses
AvaFileForms
Batches
CertExpressInvites
Certificates
Clerk
CommunicationCertificates
Companies
Compliance
Contacts
CostCenter
Customers
DataSources
Definitions
DistanceThresholds
DomainControlVerification
ECommerceToken
EcmEventNotifications
EcoNexusThreshold
FirmClientLinkages
FormTypeMapping
FundingRequests
GLAccount
Items
ItemsReverseSync
Jobs
JurisdictionOverrides
Locations
MultiDocument
Nexus
Notices
Notifications
Provisioning
Registrar
Reports
Settings
Subscriptions
TaxCodes
TaxContent
TaxRules
Transactions
Upcs
UserDefinedFields
Users
Utilities
VendorCertificates
Vendors

BatchFileModel

Represents one file in a batch upload.

Parameters
idOptional
integer

The unique ID number assigned to this batch file.

batchIdOptional
integer

The unique ID number of the batch that this file belongs to.

nameOptional
string

Logical Name of file (e.g. "Input" or "Error").

contentRequired
string

Content of the batch file.

contentLengthOptional
integer

Size of content, in bytes.

contentTypeOptional
string

Content mime type (e.g. text/csv). This is used for HTTP downloading.

fileExtensionOptional
string

File extension (e.g. CSV).

filePathOptional
string

Path to the file - name/S3 key

errorCountOptional
integer

Number of errors that occurred when processing this file.