Avalara · Example Payload

Avatax Rest Address Validation Info Example

Taxes

Avatax Rest Address Validation Info Example is an example object payload from Avalara, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

line1line2line3cityregionpostalCodecountrytextCase

Example Payload

Raw ↑
{
  "line1": "sample-value",
  "line2": "sample-value",
  "line3": "sample-value",
  "city": "sample-value",
  "region": "sample-value",
  "postalCode": "US",
  "country": "sample-value",
  "textCase": "Default"
}