AvaTax
APConfigSetting
Accounts
Addresses
AvaFileForms
Batches
CertExpressInvites
Certificates
Clerk
CommunicationCertificates
Companies
Compliance
Contacts
CostCenter
CurrencyRoundingRules
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
CreateTransactionBatchRequestModel
Represents a create transaction batch request model.
This model is used in the following APIs:
Parameters
nameRequired
stringThe user-friendly readable name for this batch.
transactionsRequired
arrayThe list of transactions contained in this batch.
optionsOptional
stringAny optional flags provided for this batch
skipTransactionValidationOptional
booleanSkips upload-time transaction type, company code, and nested model validation when true. The transactions are instead validated individually while BatchV2 processes the batch, and transaction validation failures are written to the batch error file.
An explicit value overrides the BatchProcessing configuration default. If omitted, the configured SkipTransactionValidation value is used.