Avalara · Example Payload

Communications Geocode Result Example

Taxes

Communications Geocode Result Example is an example object payload from Avalara, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

refcasscBlkcTrcerrgeolatlongpcdfips

Example Payload

Raw ↑
{
  "ref": "sample-value",
  "cass": {
    "addr": "sample-value",
    "city": "sample-value",
    "st": "sample-value",
    "zip": "sample-value"
  },
  "cBlk": "sample-value",
  "cTrc": "sample-value",
  "err": "sample-value",
  "geo": true,
  "lat": 100.0,
  "long": 100.0,
  "pcd": 42,
  "fips": "sample-value"
}