Accounts
The Accounts resource provides methods that allow you to manage your accounts.
View Specific Information
The 本製品 will use the DocuSign API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the 本製品.
- AccountIdGuid supports the '='.
For example, the following queries are processed server side:
SELECT * FROM Envelopes WHERE AccountIdGuid = '764c564c-b540-42d1-a667-ccee6813ef7b'
Columns
Name | Type | References | Description |
AccountId [KEY] | Integer | Id of the account. | |
AccountIdGuid | String | The GUID associated with the account ID. | |
AccountName | String | The name of the current account. | |
CreatedDate | Datetime | The date when account was created. | |
CurrencyCode | String | Specifies the ISO currency code for the account. | |
CurrentPlanId | String | Identifies the plan that was used create this account. | |
PlanName | String | The name of the Billing Plan. | |
PlanClassification | String | Identifies the type of plan. Examples include Business, Corporate, Enterprise, Free. | |
PlanStartDate | Datetime | The date that the Account started using the current plan. | |
PlanEndDate | Datetime | The date that the current plan will end. | |
PaymentMethod | String | Method of the payment. | |
EnvelopeUnitPrice | String | Price of an envelope. | |
EnvelopeSendingBlocked | Boolean | When set to true, user can not send envelopes. | |
BillingProfile | String | The name of the Billing Profile. | |
BillingPeriodStartDate | Datetime | The UTC DateTime that account billing started. | |
BillingPeriodEndDate | Datetime | The UTC DateTime that account billing finish. | |
BillingPeriodDaysRemaining | Integer | Number of remaining billing days. | |
BillingPeriodEnvelopesSent | Integer | Number of sent envelopes. | |
BillingPeriodEnvelopesAllowed | String | Specifies the allowed number of sent envelopes. | |
CanCancelRenewal | Boolean | When set to true, specifies that you can cancel renewal. | |
CanUpgrade | Boolean | When set to true, specifies that you can upgrade the account through the API. | |
IsDowngrade | Boolean | When set to true, specifies that your account is downgraded. | |
AllowTransactionRooms | Boolean | When set to true, the transaction rooms feature exposed through the Workspaces API is enabled. |