Plan Output Measures REST Endpoints

Supply Chain Planning/Plan Definitions/Plan Output Measures
The plan output measures attached to the measure catalog specified in the plan options such as Projected Available Balance and Revenue. These measures are generated by the supply planning process as part of the plan output, and they're used for analyzing the plan output.
Create plan output measures
Method: post
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanOutputMeasure
Delete one plan output measure
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanOutputMeasure/{TransactionId}
Get all plan output measures
Method: get
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanOutputMeasure
Get one plan output measure
Method: get
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanOutputMeasure/{TransactionId}
Update one plan output measure
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanOutputMeasure/{TransactionId}