AvaTax for VAT
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
integerThe unique ID number assigned to this batch file.
batchIdOptional
integerThe unique ID number of the batch that this file belongs to.
nameOptional
stringLogical Name of file (e.g. "Input" or "Error").
contentRequired
stringContent of the batch file.
contentLengthOptional
integerSize of content, in bytes.
contentTypeOptional
stringContent mime type (e.g. text/csv). This is used for HTTP downloading.
fileExtensionOptional
stringFile extension (e.g. CSV).
filePathOptional
stringPath to the file - name/S3 key
errorCountOptional
integerNumber of errors that occurred when processing this file.