- Subcategories:
- Measure Mappings
- Notifications
Collaboration Sync Profiles REST Endpoints
Supply Chain Planning/Collaboration Sync Profiles
The Collaboration Sync Profiles resource manages profiles used to synchronize data to Oracle Supply Chain Planning.
- Create sync profiles
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/collaborationSyncProfiles - Delete a sync profile
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/collaborationSyncProfiles/{SyncProfileId} - Get all sync profiles
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/collaborationSyncProfiles - Get one sync profile
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/collaborationSyncProfiles/{SyncProfileId} - Update a sync profile
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/collaborationSyncProfiles/{SyncProfileId}