Questions on How To Use Curl Command for Batch Execution
(Doc ID 3037735.1)
Last updated on SEPTEMBER 09, 2024
Applies to:
Oracle Financial Services Profitability and Balance Sheet Management Base Cloud Service - Version 24B and laterOracle Financial Services Funds Transfer Pricing Cloud Service - Version 24B and later
Oracle Financial Services Asset Liability Management Cloud Service - Version 24B and later
Oracle Financial Services Profitability Management Cloud Service - Version 24B and later
Information in this document applies to any platform.
Oracle Financial Services Profitability and Balance Sheet Management Base Cloud Service (PBSMCS)
Goal
Qn1: How can you find the parameters needed to execute a batch using a Rest API with a curl command?
For example, where can you find Service_ID and workspace_id as shown in the example from the Public APIs for Profitability and Balance Sheet Management Cloud Service guide:
curl -i -H "ofs_service_id:<Service ID>" -H "ofs_remote_user:<User ID>" -H
"ofs_tenant_id:<Tenant ID>" -H "ofs_workspace_id:<Workspace ID>" -H "locale:en-US" -H
"Content-Type: application/json" -H "Authorization: Bearer <BEARER_TOKEN>" -X POST
<APPLICATION_BASE_PATH>/<URL> -d '<REQUEST_JSON>'
Qn2: How do you get the value for <APPLICATION_BASE_PATH>?
Qn3: How can you get the "Batch Code" value needed to execute a batch using Rest API with a curl command?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |