Product Launch Request Measure Copy Definition REST Endpoints

Supply Chain Planning/Product Launch Definitions/Product Launch Request Measure Copy Definition
Measure copy definition associated with the product launch request specifies the relationship between the source measure and target measure, along with a percentage factor. During the data copy process, the source measure data is multiplied by the percentage factor before being copied to the target measure, from the source product to the target product.
Create relationships between source and target measures.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productLaunchDefinitions/{NpiDefId}/child/npiMeasures
Delete measure details of one new product launch request
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productLaunchDefinitions/{NpiDefId}/child/npiMeasures/{NpiMeasureId}
Get all measure copy definitions associated with the product launch request
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productLaunchDefinitions/{NpiDefId}/child/npiMeasures
Get one measure copy definition associated with the product launch request
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productLaunchDefinitions/{NpiDefId}/child/npiMeasures/{NpiMeasureId}
Update measure details for one new product launch request
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productLaunchDefinitions/{NpiDefId}/child/npiMeasures/{NpiMeasureId}