Batch Create Portfolio Measures

post

/api/restapi/portfolioMeasure/batch

Send a request to this endpoint to create one or more portfolio measures. An application object will be created for each JSON object provided in the request body.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityPortfolioMeasureInput>
Type: array
Title: List<ApiEntityPortfolioMeasureInput>
Show Source
  • ApiEntityPortfolioMeasureInput
    Title: ApiEntityPortfolioMeasureInput
    This entity represents a PortfolioMeasure object, a unique PortfolioMeasure object can be identified by the following combinations of the fields.
    • portfolioMeasureId
    • measureId,portfolioId
    • measureName,portfolioId,workspaceCode
    • measureName,portfolioName,workspaceCode
    • measureId,portfolioName,workspaceCode
Nested Schema : ApiEntityPortfolioMeasureInput
Type: object
Title: ApiEntityPortfolioMeasureInput
This entity represents a PortfolioMeasure object, a unique PortfolioMeasure object can be identified by the following combinations of the fields.
  • portfolioMeasureId
  • measureId,portfolioId
  • measureName,portfolioId,workspaceCode
  • measureName,portfolioName,workspaceCode
  • measureId,portfolioName,workspaceCode
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : List<ApiEntityPortfolioMeasure>
Type: array
Title: List<ApiEntityPortfolioMeasure>
Show Source
Nested Schema : ApiEntityPortfolioMeasure
Type: object
Title: ApiEntityPortfolioMeasure
Show Source

400 Response

Invalid input for a baseline portfolio measure.
Back to Top