post https://api-sandbox.pismolabs.io/acquisitions/v3/s2s/applications
Create a new account application.
If the submit
property 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 the 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.
Refer to the Core objects and Create account guides for more information.