Show/Hide Toolbars

Inserts or creates an account record.

Parameters

insertAccount Parameter Descriptions

Parameter Name

Data Type

Description

accountCreate

accountCreate

Data object

Required Properties from accountCreate

The following table lists properties from the accountCreate data object that must be populated in order to create an account. Also note that the same properties must be populated when you are updating an account, using the accountUpdate data object.

accountCreate Required Properties

Property Name

Data Type

Description

name

string

The account name.

allocationLimit

decimal

The maximum amount that can be allocated to the account.

startOn

dateTime

The account start date.

endOn

dateTime

The account end date.

Response

insertAccount Response Descriptions

Parameter Name

Data Type

Description

uniqueKey

string

The unique key of the newly created account record.