Avalara · Example Payload

Avatax Rest Ping Result Model Example

Taxes

Avatax Rest Ping Result Model 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

versionauthenticatedauthenticationTypeauthenticatedUserNameauthenticatedUserIdauthenticatedAccountIdcrmid

Example Payload

Raw ↑
{
  "version": "sample-value",
  "authenticated": true,
  "authenticationType": "None",
  "authenticatedUserName": "Sample Name",
  "authenticatedUserId": 42,
  "authenticatedAccountId": 42,
  "crmid": "12345"
}