Avalara · JSON Structure

Communications Geocode Request Structure

GeocodeRequest schema from Avalara API

Type: object Properties: 6
Taxes

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

Properties

ref cass addr city st zip

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/communications-geocode-request-structure.json",
  "description": "GeocodeRequest schema from Avalara API",
  "type": "object",
  "properties": {
    "ref": {
      "type": "string",
      "description": "Reference ID"
    },
    "cass": {
      "type": "boolean",
      "description": "Whether to return CASS-certified address"
    },
    "addr": {
      "type": "string",
      "description": "Street address"
    },
    "city": {
      "type": "string"
    },
    "st": {
      "type": "string",
      "description": "State abbreviation"
    },
    "zip": {
      "type": "string",
      "description": "ZIP code"
    }
  },
  "name": "GeocodeRequest"
}