GuidesRecipesAPI Reference
Log In
Guides

Create/update CRM entity information

Value
DescriptionTo 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
MethodPOST
Request Parameters
  • *internalId:** A internal ID is to identify if you want to update or create new entity.
Request BodyArray 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.
RemarkEntity type that allow creation includes Prospect investor, Pipeline asset, Pipeline investee fund, Others
ReferenceLink

Request body example