Avalara · Example Payload

Avatax Brazil Brazil Company Example

Taxes

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

Top-level fields

companyIdnamecnpjstateRegistrationmunicipalRegistrationtaxRegimestate

Example Payload

Raw ↑
{
  "companyId": "12345",
  "name": "Sample Name",
  "cnpj": "sample-value",
  "stateRegistration": "sample-value",
  "municipalRegistration": "sample-value",
  "taxRegime": "SimplesNacional",
  "state": "sample-value"
}