Synchronize Entity Models REST Endpoints

Synchronize Entity Models
The synchronize entity models resource is used to synchronize the Oracle Policy Automation configuration schema with the latest changes made to the application schema. The synchronization operation will update the configuration schema with the new objects, and any modifications or deletions made to the existing objects in the application schema.
Create a set of entity model objects to synchronize
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaSyncEntityModels
Delete an entity model object to synchronize
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaSyncEntityModels/{SyncId}
Get all entity model objects to synchronize
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaSyncEntityModels
Get an entity model object to synchronize
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaSyncEntityModels/{SyncId}
Synchronizes entity models
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaSyncEntityModels
Update an entity model object to synchronize
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaSyncEntityModels/{SyncId}