Avalara · JSON Structure

Avatax Rest Transaction Address Model Structure

TransactionAddressModel schema from Avalara API

Type: object Properties: 8
Taxes

TransactionAddressModel is a JSON Structure definition published by Avalara, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id line1 city region postalCode country latitude longitude

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-structure/avatax-rest-transaction-address-model-structure.json",
  "description": "TransactionAddressModel schema from Avalara API",
  "type": "object",
  "properties": {
    "id": {
      "type": "int64"
    },
    "line1": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "postalCode": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "latitude": {
      "type": "double"
    },
    "longitude": {
      "type": "double"
    }
  },
  "name": "TransactionAddressModel"
}