Create a new account application.
If submit is set to false:
-
The application is not sent for processing and can be further modified with incremental changes via Update account application.
-
This endpoint generates an Account application prospect created event.
If submit flag is set to true:
-
No further updates can be made and the account application is sent out for processing, which creates an account and its associated structures.
-
This endpoint generates an Account application created event.
Warning—Some of the account's elements are created asynchronously and you should refrain from accessing the account via other endpoints until the events this endpoint generates are received.
Notes:
- Either the
personalobject orcompanyobject is REQUIRED. Pass one or the other but not both. - This endpoint creates a default
entityobject for the account owner based on document ID.
Refer to the Core objects and the Accounts guides for more information.