PCS Offline Tasks REST Endpoints

PCS Offline Tasks
The PCS offline tasks resource is used to capture all requests made to Oracle Integration Cloud (OIC) while it is offline or unreachable. When OIC returns online or becomes reachable, internal processes use this resource to replay the requests and synchronize the systems. This resource is intended for internal use by Oracle development teams and internal application processes.
Create an offline task
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPcsOfflineTasks
Delete an offline task
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPcsOfflineTasks/{TaskId}
Get all offline tasks
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPcsOfflineTasks
Get an offline task
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPcsOfflineTasks/{TaskId}
Update an offline task
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPcsOfflineTasks/{TaskId}