Avalara · Example Payload

Communications Tax Profile Example

Sample description

Taxes

Communications Tax Profile 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

profileIdprofileNamedescriptionbundles

Example Payload

Raw ↑
{
  "profileId": 42,
  "profileName": "Sample Name",
  "description": "Sample description",
  "bundles": [
    {
      "bundleId": 42,
      "bundleName": "Sample Name"
    }
  ]
}