Create a new account
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
The account to create
product_idstring
required
The product id to use for this account
account_idstring
The account id to use for this account. If not provided, a new account id will be generated.
template_idstring
required
The template id to use for this account
assign_borrowersarray of objects
The borrowers to assign to this account. If not provided, a secondary call will be needed to assign a borrower to the account.
external_fieldsobject | array
The external fields to use for this account. If not provided, a secondary call will be needed to assign external fields to the account.
originating_organization_namestring
The name of the organization that originated the account. If not provided, defaults to the calling user's organization name.
Response Codes
`` 201 The created account
`` 400 Your request is invalid.
`` 404 Entity not found.
`` 422 Validation Error
`` 500 A server error has occurred.
ShellNodeRubyPHPPython
Base URL
https://contact/sales/to/enable/your/sandbox/core/v1/accounts
curl --request POST \
--url https://contact/%20sales%20to%20enable%20your%20sandbox/core/v1/accounts \
--header 'accept: application/json' \
--header 'content-type: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
201400404422``500
Updated 3 months ago