Avalara · Example Payload

E Invoicing Party Example

Taxes

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

Top-level fields

nameidentifieridentifierSchemeaddress

Example Payload

Raw ↑
{
  "name": "Sample Name",
  "identifier": "sample-value",
  "identifierScheme": "sample-value",
  "address": {
    "line1": "sample-value",
    "city": "sample-value",
    "region": "sample-value",
    "postalCode": "US",
    "countryCode": "US"
  }
}