Avalara · Example Payload

Activation Service Registration Example

Taxes

Activation Service Registration Example is an example object payload from Avalara, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

registrationIdpartnerIdcompanyNamestatusproductaccountIdactivationDateexpirationDatecreatedDate

Example Payload

Raw ↑
{
  "registrationId": "12345",
  "partnerId": "12345",
  "companyName": "Sample Name",
  "status": "Pending",
  "product": "sample-value",
  "accountId": "12345",
  "activationDate": "2025-04-15T14:30:00Z",
  "expirationDate": "2025-04-15T14:30:00Z",
  "createdDate": "2025-04-15T14:30:00Z"
}