AvaTax
CreateCustomRulesBatchRequestModel
Represents a create Custom Rules import batch request model. The payload is the Custom Rules export envelope (tax rules, dynamic rules, and advanced rules) which is stored as JSON in S3 and processed downstream by BatchV2.
The user-friendly readable name for this batch. Optional - when omitted it is derived from Avalara.AvaTax.AccountServices.Models.v2.CreateCustomRulesBatchRequestModel.kind and Avalara.AvaTax.AccountServices.Models.v2.CreateCustomRulesBatchRequestModel.exportedAt.
The kind of export this payload represents (e.g. "CustomRulesExport").
The schema version of the export payload.
The UTC timestamp when the source rules were exported.
Information about the user who produced the export.
The account the rules were exported from.
The company the rules were exported from.
The overall filter used to produce the export, if any.
The tax-rule-specific filter used to produce the export, if any.
The advanced-rule-specific filter used to produce the export, if any.
The dynamic-rule-specific filter used to produce the export, if any.
The order-by clause used to produce the export, if any.
The page size used when producing the export.
The number of records skipped when producing the export.
The total number of rules contained in this payload.
The number of traditional tax rules contained in this payload.
The number of dynamic rules contained in this payload.
The number of advanced rules contained in this payload.
The traditional tax rules to import. Stored verbatim so downstream processing receives the exact exported shape.
The dynamic (graph-based) rules to import. Stored verbatim so downstream processing receives the exact exported shape.
The advanced rules to import. Stored verbatim so downstream processing receives the exact exported shape.