Create/update CRM entity information
Value | |
---|---|
Description | To insert or update data for multiple entities, ensure that when creating new entities, the data must not include the "id" or "internalId" fields. |
Path | /api/crm/entity/multiple |
Method | POST |
Request Parameters | internalId: A internal ID is to identify if you want to update or create new entity. |
Request Body | Array of entity CRM object. |
Responses | 200 (OK): true 400 (Bad Request): Request body is either in incorrect format or empty. 403 (Forbidden): User doen't has permission to All master fund Contact , Entity, Contact role. 500 (Internal Server Error): If provided internal ID is not found. 500 (Internal Server Error): If entity type is incorrect. 500 (Internal Server Error): If entity name is duplicate. |
Remark | Entity type that allow creation includes Prospect investor, Pipeline asset, Pipeline investee fund, Others |
Reference | Link |
Request body example
Updated over 1 year ago