API
Discussion List
-
Transferring files from Oracle Fusion to an AWS S3 bucketSummary: Exploring possibilites to transfer file from Oracle Fusion application to AWS S3 bucket with out using OIC. Content (please ensure you mask any confidential inf… -
Project commitment Delete rest api is not working in OicSummary: We are trying to delete the commitment from the integration with the help of Rest api is showing success but from the frontend it is not deleted.But if i trying… -
Best practic to eliminating the 15 min. CDO sync delay when mapping CDO Records to Contacts TableSummary: I have worked with a lot of Oracle products, but I have found it surprisingly difficult to make Oracle Integration Cloud (OIC) talk cleanly with Oracle Eloqua. … -
Best practic to send a SMS by using the Eloqua API? Recommended flow?Summary: SMS is available and enabled. We are using Oracle Integration Cloud (OIC) and trying to find out how to send a SMS to a contact person by using the Eloqua API. … -
Rest and ERP Adapter Connection not able to refresh access token after refresh token expiry timeSummary: We have configured the client and resource app in IDCS which and trust is established between fusion application and IDCS. Now we are using OAuth Authorization … -
OIC Integration Error - Target REST endpoint response payload processing failedSummary: Hello Experts, I’m facing an issue in an OIC integration while invoking a third-party API. The request is going through successfully on the third-party system s… -
SOAP API UCM Download Parallel ProcessingWe are developing a solution to send the payslips from Oracle HCM to third party system using the SOAP API. In this, the documents will be downloaded from the UCM using … -
javax.xml.soap.SOAPException: Message send failed: Read timed ErrorSummary: Hi Team, we have an BIP report which is running and getting completed in 1 minute in Fusion but same is getting failed when submitted from OIC using External re… -
Modify purchase order line schedule with OICSummary: I have a new project where there is a requirement to change the "Promised Delivery Date" for a purchase order line in Oracle ERP Cloud. That field appears to be… -
Call Lookup API Gen3 retrieved 401 UnauthorizedSummary: I am trying to call the following API to retrieve lookup data: GET /ic/api/integration/v1/lookups/{lookup_name} However, the request returns the following error… -
5Extend VBS Build Parameters to Cover OIC Project OperationsWhile some OIC Project API actions are already supported, many common operations are missing as standard build parameters in Visual Builder Studio (VBS). For instance, t…Ruben van der Schaaf 21 views 0 comments 5 points Started by Ruben van der Schaaf Idea Lab – Integration Cloud -
6Add Missing REST API to Activate OIC Project Integrations/DeploymentsCurrently, there is no REST API available to activate integrations (deployments) within OIC Projects. This creates a major limitation for CI/CD automation, as deployment…Ruben van der Schaaf 11 views 0 comments 6 points Started by Ruben van der Schaaf Idea Lab – Integration Cloud -
How can i retrieve the payload from error messageSummary: I am getting an below error message while hitting an third party API in integration. I need to get the status and message value from this error message and upda… -
Special character in rest adapter in OICWe are calling a third party rest api using rest adapter in OIC. First step we generate a token and then we pass this as query parameter to main api.The problem is the t… -
How to Configure REST Adapter OAuth Security Policy for Custom HeaderSummary: I'm able to successfully run a Curl command line and Postman Gui to retrieve an access token, but unable to convert them to a working OIC REST connection that r… -
REST API calls - Custom Object Record - system dateHello Team! I would like to retrieve the list of custom data records that were added to the Custom Object in a given period of time - so I am interested in the custom ob… -
How to get File content of PDF inside File Server ?Summary: I have File Server in OIC that has a PDF file in it and I want to get its content in base 64 so how to do. Note: I configured FTP Adapter and it gets me File Re… -
Connecting Oracle Infinity to Oracle Eloqua custom objectHi, We are connecting Oracle Infinity to push data to Oracle Eloqua custom object through webhook. But we are getting below error, Resending data. Retry Attempt 1 starts… -
How to receive AP invoice payment event in OIC filtering either by PayGroup or PaymentProcessProfileSummary: We have a requirement when a user makes payment for AP invoices of particular suppliers on a given day then after payment completion, we need to get the data in… -
REST API Errors when query parameter value has a quoteSummary: Hello Team , we have the below data to be searched and it is not showing any records when searched. Can some one please help how to pass this as a query paramet… -
REST API Errors when query parameter value has a quoteSummary: REST API Errors when query parameter (Supplier Name) value has a quote Content (required): Hello Experts, AIn one of our OIC integrations, we are required to fe… -
Help with connecting REST API with OpenAI endpointSummary: Connection to OpenAI API endpoint from REST API is not working. I have used the correct authentication bearer token, correct model name, but continue to get 404… -
Artifact oid:Px70XTof1E1hBDOwTC0R8L-Ja1ita3ZO does not exist.Hi Everyone, Over the past 5 days, we have been consistently encountering the following error in our OIC integrations: Artifact oid: Px70XTof1E1hBDOwTC0R8L-Ja1ita3ZO doe… -
Creating Contacts via eloqua Application REST API version 1.0 vs. 2.0In the Eloqua REST API docs [1] for the "Application" API, creating a 'contact' resource (/api/REST/1.0/data/contact) via POST is available for the v1.0 API. But there i… -
Best practic to create a contact for REST 2.0?Hi all, Is there a reason why the "create contact" endpoint call is only supported for REST 1.0 and not REST 2.0? I am building a flow where I first "Create custom objec… -
Import Trading Community Data in Bulk Process Callback NOT triggerUse import Trading Community Data in Bulk Process in OIC for import CUSTOMER data, trigger the job successful, BUT the call back tiger the same job not be trigger. Anyon… -
How to Send Empty JSON Object ({ "parameters": {} }) in Oracle Integration Cloud REST Call?When making a REST service call in Oracle Integration Cloud (OIC), I want to send the request with the following format: { "parameters": {}} In other words, the paramete…