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: postPath:
/fscmRestApi/resources/11.13.18.05/collaborationSyncProfiles/{SyncProfileId}/child/measureMappings
- Delete a measure mapping
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/collaborationSyncProfiles/{SyncProfileId}/child/measureMappings/{MeasureMappingId}
- Get all measure mappings
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/collaborationSyncProfiles/{SyncProfileId}/child/measureMappings
- Get one measure mapping
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/collaborationSyncProfiles/{SyncProfileId}/child/measureMappings/{MeasureMappingId}
- Update a measure mapping
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/collaborationSyncProfiles/{SyncProfileId}/child/measureMappings/{MeasureMappingId}