Avalara · Example Payload

Avatax Rest Transaction Address Model Example

Taxes

Avatax Rest Transaction Address Model 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

idline1cityregionpostalCodecountrylatitudelongitude

Example Payload

Raw ↑
{
  "id": 42,
  "line1": "sample-value",
  "city": "sample-value",
  "region": "sample-value",
  "postalCode": "US",
  "country": "sample-value",
  "latitude": 100.0,
  "longitude": 100.0
}