Avalara · Example Payload

Avatax Brazil Brazil Party Example

Taxes

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

Top-level fields

namecnpjcpfstateRegistrationmunicipalRegistrationaddress

Example Payload

Raw ↑
{
  "name": "Sample Name",
  "cnpj": "sample-value",
  "cpf": "sample-value",
  "stateRegistration": "sample-value",
  "municipalRegistration": "sample-value",
  "address": {
    "street": "sample-value",
    "number": "sample-value",
    "complement": "sample-value",
    "neighborhood": "sample-value",
    "city": "sample-value"
  }
}