Schedule Measure Computation

post

/primeapi/restapi/action/computeMeasure

Send a request to this endpoint to schedule a computation job for portfolio measures. This endpoint returns a job ID upon execution of the request. Send a request to the View Job Status endpoint to monitor the status of scheduled jobs.

Request

Supported Media Types
Body ()
A list of one or more unique identifiers of portfolios.
Root Schema : List<Long>
Type: array
Title: List<Long>
Show Source

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityScheduleJob
Type: object
Show Source

400 Response

Invalid input for the Action service.