Avalara Tax Content

Configuration
Jobs
Tax Region Lookup

Avalara.POS.API.JMS.Models.RunConfigModel

Represents a configuration for a new Content Extract Pipeline run.

This model is used in the following APIs:

Parameters
nameRequired
string

Specify a name for this pipeline run.

jobIdRequired
string

Specify an ID for this job. This ID can be used to retrieve a run for a specific job.

configurationNameRequired
string

The configuration name for this pipeline run.

execution_detailsOptional
Avalara.POS.API.JMS.Models.JobExecutionDetails
configurationsRequired
array

Run configurations for each company to extract data for.

Can either be in the form of a fully explicit run configuration or a configuration ID representing an existing configuration. networkDetails only needed in case of destination = exavault

jobTypeRequired
string

Specify the job type.

Values: Production, Test

output_typeRequired
string

Specify the output type.

Values: Full for a full run or Differences only for changes.

  • Full: Run a full job. This downloads the all of the associated tax content for use with your point of sale (POS) system.
  • Differences only: Retrieve just the changes in a job. This creates a file that identifies the differences in tax content between two job runs. You can compare the output between a new and a previous job run or between two previous job runs. Requires base_run_id to be set.
base_run_idOptional
string

When running a Differences only job, specify the base run ID for the job you want to compare this to.

productTypeOptional
string

productType used to differenciate between ATC products default(retail), lodging, managers.

prebuiltTemplateOptional
Avalara.POS.API.JMS.Models.PrebuiltTemplate