Exemption Certificate Management

CertCapture RESTful APIs

AccountModel

An AvaTax account.

This model is used in the following APIs:

Parameters
idRequired
integer

The unique ID number assigned to this account.

crmidOptional
string

For system registrar use only.

nameRequired
string

The name of this account.

effectiveDateOptional
string

The earliest date on which this account may be used.

endDateOptional
string

If this account has been closed, this is the last date the account was open.

accountStatusIdOptional
string

The current status of this account.

Enum: Inactive, Active, Test, New
accountTypeIdOptional
string

The type of this account.

Enum: Regular, Firm, FirmClient
createdDateOptional
string

The date when this record was created.

createdUserIdOptional
integer

The User ID of the user who created this record.

modifiedDateOptional
string

The date/time when this record was last modified.

modifiedUserIdOptional
integer

The user ID of the user who last modified this record.

subscriptionsOptional
array

Optional: A list of subscriptions granted to this account. To fetch this list, add the query string "?$include=Subscriptions" to your URL.

usersOptional
array

Optional: A list of all the users belonging to this account. To fetch this list, add the query string "?$include=Users" to your URL.

isSamlEnabledOptional
boolean

Is Saml based authentication used by this account for user to login via AI.

isDeletedOptional
boolean

A boolean flag to identify if the account is deleted