Avalara · Example Payload

Avatax Rest Company Initialization Model Example

Taxes

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

Top-level fields

namecompanyCodetaxpayerIdNumberline1line2line3cityregionpostalCodecountryfirstNamelastNametitleemailphoneNumbermobileNumber

Example Payload

Raw ↑
{
  "name": "Sample Name",
  "companyCode": "US",
  "taxpayerIdNumber": "sample-value",
  "line1": "sample-value",
  "line2": "sample-value",
  "line3": "sample-value",
  "city": "sample-value",
  "region": "sample-value",
  "postalCode": "US",
  "country": "sample-value",
  "firstName": "Sample Name",
  "lastName": "Sample Name",
  "title": "sample-value",
  "email": "user@example.com",
  "phoneNumber": "sample-value",
  "mobileNumber": "sample-value"
}