Create/Update/Delete Investee fund entities
Create Investee fund entity
This API creates an investee fund entity. The request body should be an object containing multiple fields. These fields can be found in the ‘Get Investee Custom Fields’ endpoint, where you can also check the required fields. The ‘fullName’ field must be unique and cannot be duplicated.
Value | |
---|---|
Description | Create an investee fund entity. |
Path | /api/entities/investeefund/ |
Method | POST |
Request Parameters |
|
Request Body |
|
Responses |
|
Update Investee fund entity
This API updates an investee fund entity. The {fundIdOrInternalId}
parameter must be a valid value within the scope. The request body should be an object containing multiple fields. These fields can be found in the ‘Get Investee Custom Fields’ endpoint, where you can also check the required fields. The ‘fullName’ field must be unique and cannot be duplicated.
Value | |
---|---|
Description | Update an investee fund entity. |
Path | /api/entities/investeefund/ |
Method | PUT |
Request Parameters |
|
Request Body |
|
Responses |
|
Deactivate Investee fund entity
This API deactivates an investee fund entity. The {fundIdOrInternalId}
parameter’s value must be valid and exist in the system.
Value | |
---|---|
Description | Deactivate an investee fund entity. |
Path | /api/entities/investeefund/ |
Method | DELETE |
Request Parameters |
|
Request Body | N/A |
Responses |
|
Updated 11 days ago