Measure Mappings REST Endpoints

Supply Chain Planning/Collaboration Sync Profiles/Measure Mappings
The Measure Mappings resource manages the measure mappings associated with a sync profile.
Create measure mappings
Method: post
Path: /fscmRestApi/resources/11.13.18.05/collaborationSyncProfiles/{SyncProfileId}/child/measureMappings
Delete a measure mapping
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/collaborationSyncProfiles/{SyncProfileId}/child/measureMappings/{MeasureMappingId}
Get all measure mappings
Method: get
Path: /fscmRestApi/resources/11.13.18.05/collaborationSyncProfiles/{SyncProfileId}/child/measureMappings
Get one measure mapping
Method: get
Path: /fscmRestApi/resources/11.13.18.05/collaborationSyncProfiles/{SyncProfileId}/child/measureMappings/{MeasureMappingId}
Update a measure mapping
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/collaborationSyncProfiles/{SyncProfileId}/child/measureMappings/{MeasureMappingId}