Custom Callbacks REST Endpoints

Custom Callbacks
The custom callbacks resource is used for completing a variety of tasks when creating custom objects, such as setting up functional security, setting up data security, and registering the object in the API catalog. Only the POST method is used within the custom callbacks resource. This resource is intended to be used only by internal development teams within Oracle.
Create a custom callback
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCustomCallbacks
Delete a custom callback is not supported
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCustomCallbacks/{SubClassId}
Get a custom callback is not supported
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCustomCallbacks/{SubClassId}
Get all custom callbacks is not supported
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCustomCallbacks
Update a custom callback is not supported
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCustomCallbacks/{SubClassId}