Avalara · Example Payload

Avatax Rest Location Model Example

Sample description

Taxes

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

Top-level fields

idcompanyIdlocationCodedescriptionaddressTypeIdaddressCategoryIdline1cityregionpostalCodecountry

Example Payload

Raw ↑
{
  "id": 42,
  "companyId": 42,
  "locationCode": "US",
  "description": "Sample description",
  "addressTypeId": "Firm",
  "addressCategoryId": "Storefront",
  "line1": "sample-value",
  "city": "sample-value",
  "region": "sample-value",
  "postalCode": "US",
  "country": "sample-value"
}