Last Updated January 2024 You can use Oracle REST APIs to view and manage data stored in Oracle Supply Chain Management Cloud.
{ "item" : { "links" : [ { "rel" : "lov", "href" : "https:// servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/opportunities/{id}/lov/YesNoLOV", "name" : "YesNoLOV", "kind" : "collection" }, { "rel" : "lov", "href" : "https:// servername.fa.u...
Get Method: get Path: /fscmRestApi/resources/11.13.18.05/workPlanTemplates/{WorkPlanTemplateId}/child/Tasks/{TaskId}/child/TaskDFF/{ProjElementId} Get all Method: get Path: /fscmRestApi/resources/11.13.18.05/workPlanTemplates/{WorkPlanTemplateId}/child/Tasks/{TaskId}/child/Task...
You can make many types of HTTP requests using Oracle Fusion Cloud HCM REST APIs. You can easily make requests to view, create, update, or delete records. As an example, let's look at how to send a simple REST HTTP request to find out the structure of a workers object. Step 1: ...
Last Updated May 2024 You can use Oracle REST APIs to view and manage data stored in Oracle Fusion Cloud HCM.
Last Updated May 2024 You can use Oracle REST APIs to view and manage data stored in Oracle Fusion Cloud HCM.
Get all project enterprise expense resources Method: get Path: /fscmRestApi/resources/11.13.18.05/projectEnterpriseExpenseResources Update a project enterprise expense resource Method: patch Path: /fscmRestApi/resources/11.13.18.05/projectEnterpriseExpenseResources/{ResourceId}Previous...
Step 2: Get Your Fusion Supply Chain Management Account Info To make a REST HTTP request, you need to gather a few bits of information: REST Server URL. Typically, the URL of your Oracle Cloud service. For example, https://servername.fa.us2.oraclecloud.com. User name and password. ...
Path: /fscmRestApi/resources/11.13.18.05/jointVentures Delete a joint venture Method: delete Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId} Get a joint venture Method: get Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId} Get all joint ventures ...
Use the following cURL command to submit a request on the REST resource: Copy curl -u username:password "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses/ResponseRepositoryId/child/values" Example Response Body The following shows an ...