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

DataSourceModel

Data source object

This model is used in the following APIs:

Parameters
idOptional
integer

The id of the datasource.

companyIdRequired
integer

The id of the company to which the datasource belongs to.

sourceRequired
string

The extractor/connector id.

instanceOptional
string

The unique ID number of this connection.

isEnabledOptional
boolean

The connection using the connection_id is enabled. The customer is responsible to enable or disable.

isSyncedOptional
boolean

If all the information has been transferred from the extractor to the database.

isAuthorizedOptional
boolean

True if this data source is authorized.

lastSyncedDateOptional
string

The date when the information was last synched.

createdUserIdOptional
integer

The User ID of the user who created this record.

createdDateOptional
string

The date when this record was created.

modifiedUserIdOptional
integer

The user ID of the user who last modified this record.

modifiedDateOptional
string

The date/time when this record was last modified.

deletedDateOptional
string

The date when this record was deleted.

recalculateOptional
boolean

Specifies whether transactions created by this data source needs to re-calculate tax or not

nameOptional
string

Specifies the name of the extractor

externalStateOptional
string

Specifies any implementation-specific information along with the DataSource.This field has no internal meaning in AvaTax and is purely for the convenience of the DataSource API user