Bulk invite investors

Create multiple orders in the Fund with the supplied fundId.

This is an asynchronous API, which means the supplied orders will be created in the background after the API returns. The response of this API contains a requestId, which can be used to query the progress of the order creation process via the Query Request Status API.

This API allows creating up to 100 orders in a single request. As all asynchronous requests, the background process of this API is allowed to take a relatively long time to finish. The current limit is 60 minutes to complete the background process for each asynchronous request. If a request takes longer than this limit, it will be terminated and the API is considered partially completed. For example, an asynchronous request to create 100 orders is terminated due to timeout after 60 minutes, and only 90 orders have been created before the request is terminated, which results in a partial completion of this request. The Query Request Status API will return the status of each order independently, showing 90 created orders and 10 failed to create orders.

For more information about asynchronous requests, refer to the Synchronous vs. Asynchronous APIsin the main Developer API documentation.

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!