Assign List of Allocation Rules to a Fund

put

/api/restapi/funds/allocationRuleAssignment/batch

Send a request to this endpoint to assign a list of allocation rules to a fund that matches the fields in the query parameters.

Request

Query Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : List<String>
Type: array
Title: List<String>
Show Source
Back to Top

Response

200 Response

A collection of object IDs mapped to a canonical link of the object. For example - {"links":{"1":"https://[host]:[port]/api/restapi/[object]/1","2":"https://[host]:[port]/api/restapi/[object]/2"}}

400 Response

Invalid Input.
Back to Top