v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
Accounts

Add a new account

Create an account with the specified parameters. On success, the id of the newly created account is returned

post/accounts

Request body

idstring

This is a system-generated Account ID

namestring required

Account name

legalNamestring

(optional) Account legal name

descriptionstring

(optional) Account Description

phoneNumberstring

(optional) Phone number of the Account

timezonestring
crmIdstring

(optional) CRM ID of the Account

crmTypestring

(optional) CRM type

erpIdstring

(optional) ERP ID of this account

externalIdstring

(optional) External ID of this account

currencystring

The currency code (ISO 4217 format). If currency is not entered, USD will be applied by default. Possible currencies in Subskribe: AED AUD CAD CHF CZK DKK EUR GBP HKD INR MXN NOK NZD SAR SEK SGD TWD USD

taxExemptionUseCode'A' | 'B' | 'C' | 'D' | 'E' | 'F' | 'G' | 'H' | 'I' | 'J' | 'K' | 'L' | 'M' | 'N' | 'P' | 'Q' | 'R'

(optional) Indicates Tax Exemption Information. When the account does not qualify for Tax Exemption, add null in the request. When using Anrok Tax Integration, keep this value null , as Anrok requires to upload Tax Exemption Certificate.

isResellerboolean

(optional) Input true, if this is a Reseller Account. Default is false

hasAutomaticPaymentboolean

(optional) Input true, if this Account will have an automatic payment. Default is false

excludeFromBatchOperationsboolean

(optional) Input true, if this account needs to be excluded from Batch Operations like Bulk Invoice Run, Invoice Generation. Default is false. This is an optional field.

excludeFromDunningboolean

(optional) Input true, if this account needs to be excluded from Dunning emails. Default is false. This is an optional field.

supportedPaymentTypesstring[]

(optional) Supported payment types for this Account. This field can include various payment types such as ACH, Card, Check, Wire, and Invoice. This is an optional field.

updatedOninteger

(optional) will be auto-populated as today's date

customFieldsobject

(optional) Use this option to create custom fields for the Account object if you need to collect Account-specific information, such as region, age, or gender.

entityIdsstring[]

(optional) Enter the entity ID where this Account belongs to

Response

successful operation

idstring

This is a system-generated Account ID

namestring required

Account name

legalNamestring

(optional) Account legal name

descriptionstring

(optional) Account Description

phoneNumberstring

(optional) Phone number of the Account

timezonestring
crmIdstring

(optional) CRM ID of the Account

crmTypestring

(optional) CRM type

erpIdstring

(optional) ERP ID of this account

externalIdstring

(optional) External ID of this account

currencystring

The currency code (ISO 4217 format). If currency is not entered, USD will be applied by default. Possible currencies in Subskribe: AED AUD CAD CHF CZK DKK EUR GBP HKD INR MXN NOK NZD SAR SEK SGD TWD USD

taxExemptionUseCode'A' | 'B' | 'C' | 'D' | 'E' | 'F' | 'G' | 'H' | 'I' | 'J' | 'K' | 'L' | 'M' | 'N' | 'P' | 'Q' | 'R'

(optional) Indicates Tax Exemption Information. When the account does not qualify for Tax Exemption, add null in the request. When using Anrok Tax Integration, keep this value null , as Anrok requires to upload Tax Exemption Certificate.

isResellerboolean

(optional) Input true, if this is a Reseller Account. Default is false

hasAutomaticPaymentboolean

(optional) Input true, if this Account will have an automatic payment. Default is false

excludeFromBatchOperationsboolean

(optional) Input true, if this account needs to be excluded from Batch Operations like Bulk Invoice Run, Invoice Generation. Default is false. This is an optional field.

excludeFromDunningboolean

(optional) Input true, if this account needs to be excluded from Dunning emails. Default is false. This is an optional field.

supportedPaymentTypesstring[]

(optional) Supported payment types for this Account. This field can include various payment types such as ACH, Card, Check, Wire, and Invoice. This is an optional field.

updatedOninteger

(optional) will be auto-populated as today's date

customFieldsobject

(optional) Use this option to create custom fields for the Account object if you need to collect Account-specific information, such as region, age, or gender.

entityIdsstring[]

(optional) Enter the entity ID where this Account belongs to