Avalara · Schema

FetchResult_TaxCodeModel

FetchResult_TaxCodeModel schema from Avalara API

Taxes

Properties

Name Type Description
@recordsetCount integer
value array
View JSON Schema on GitHub

JSON Schema

avatax-rest-fetch-result_-tax-code-model-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-schema/avatax-rest-fetch-result_-tax-code-model-schema.json",
  "title": "FetchResult_TaxCodeModel",
  "description": "FetchResult_TaxCodeModel schema from Avalara API",
  "type": "object",
  "properties": {
    "@recordsetCount": {
      "type": "integer"
    },
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/TaxCodeModel"
      }
    }
  }
}