API
Discussion List
-
API for bulk import data into fusion using ERP Integration Services.I'm using SOAP API to load supplier data into fusion using ERP Integration Services. In this I'm getting the schedule job process id for load interface file for import. …User_2025-10-31-01-06-08-396 82 views 7 comments 0 points Most recent by User_2025-10-31-01-06-08-396 Integration -
Issues with jobDetails portion of importBulkData SOAP callSummary: I am getting an 'HTTP/1.1 500 Internal Server Error' whenever I try to make an importBulkData SOAP call. I have tried with 2 different import job processes with… -
Salesforce SOAP Message Notification LimitSummary: We have an integration from Salesforce to Oracle SaaS using OIC . Outbound SOAP message with notifications were used to send the invoice lines to OIC. A single … -
Configure access token in PostmanHi, Kindly assist how to configure new token in Postman for the type OAuth 2.0 -
How to change the 'Incomplete' status of created requisition using REST API to 'Pending approval'?Summary: I created requisition using REST API goes to Incomplete status, how to change it to Pending Approval? Content (please ensure you mask any confidential informati… -
Upload Files to UCMHi Team, we have a use case where files need to be uploaded (FTP) from third party systems to UCM server. Know that webservices/Rest service is available to load the con… -
Unable to pass parameters in ESS Job REST APISummary: I am trying to use ESS Job REST API to submit ESS Job requests from VBCS application. The PATCH operation of the REST API works fine , but it does not pass the …sksaran_5 229 views 3 comments 0 points Most recent by Venk Kudire- Support-Oracle Fusion Applications Administration -
WLS-JMS & OIC Kafka QueueSummary: WLS-JMS & OIC Kafka Queue Content (please ensure you mask any confidential information): Hi Team, We are looking out for the documentation between WLS-JMS and O… -
How to run OIC end point in PostamanSummary: Hi how to run OIC end point url in Postman Content (please ensure you mask any confidential information): Version (include the version you are using, if applica… -
Attachment is in BLOB FormatSummary: Hi As per screenshot, Attachment stored in DB in BLOB format. I need to read and attach the attachment in AP invoice using REST api. How to achieve? Content (pl… -
REST API concat in OIC giving extra characterSummary: I am calling a REST API: https://abc.oracle.ocs.oraclecloud.com:443/hcmRestApi/resources/11.13.18.05/workers?q=PersonNumber='4' I have used the REST API Adapter… -
How to increment numberSummary: Hi I am trying create AP invoice using rest api. I want increment value 1 based on row in "getInvoiceLinesOutput" and then need to assigned value to Line number… -
How to convert date in desired formatSummary: Hi I am getting date 2024-03-20 in this format from VBCS page and need to convert this date in 20-MAR-2024 format and further need to send date to OIC. Input da… -
REST API Batch Processing To Create Multiple Records not workingSummary REST API Batch Processing To Create Multiple Records not workingContent HI Team, We have ingratiation between EBS(r12) to OEC, we have to do batch processing of … -
OIC: EBS adapter REST API response is always returning null fieldsSummary: EBS adapter is used in OIC to query batch details by passing batchID as input to the REST service. EBS REST API called from SOAP UI returns expected response bu… -
java.net.SocketTimeoutException: Read timed outSummary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t… -
API Gateway webservice from OICSummary: Need to connect Gen3 OIC webservice to API gateway. Content (please ensure you mask any confidential information): We are in need of published an API we build i… -
Export an OIC Integration using APISummary: Oracle has a rest api for exporting iar file/s. /ic/api/integration/v1/integrations/{id}/archive curl code: curl -X GET -H 'Authorization: Bearer access_token' … -
Disable Auth Requirements on Inbound WebserviceSummary: Need to allow the WWW to access a webservice I have built Content (please ensure you mask any confidential information): The requirement is it allow a webservic… -
Issue in select statmentSummary: hi When i am trying fetch data from database , i am getting below error. SQL - select xpa.batch_id, xpa.so_number, xpa.org_id from xxmdn_price_adj_tbl xpa where… -
Consume OTBI ReportHi, I would like to consume OTBI using REST or SOAP WSDL which is possible way please suggest Thanks -
Can I process data in bulk using SOAP webserviceSummary: Processing Multiple sets of records in one go using SOAP Webservice. Content (please ensure you mask any confidential information): We have a requirement where … -
Return a json collection from a REST integration involving Oracle DBAdaptorHi All In Oracle 19c I have setup a proc that returns a nested table which references a plsql record. Back in OIC when trying to reference the proc I encountered a 'JCAB… -
BI Report read issue in OICSummary: When i am trying to read BI Report in oic using stage activity but getting error . attached xsd file for reference. Content (please ensure you mask any confiden… -
How to enable postman header field in OICSummary: Hi While doing Post activity , i need to enable Upsert-Mode =True . Now How i can do same thing in OIC Content (please ensure you mask any confidential informat… -
Enhance REST call in OIC IntegrationSummary: Enhance REST call in OIC Integration Content (please ensure you mask any confidential information): I'm looking for some ideas on how I can improve the performa… -
Get specific data group from BI reportHi, request := ' … -
Websocket APISummary: How to call the WebSocket API from OIC? Is there an adapter available for WebSocket API calls? We have a scenario where a third-party API built on WebSocket tha… -
' value coming in mappingSummary: Hi While Assigning business unit value , i am getting extra character like "'" in it. How to handle this ? Content (please ensure you mask any confidential… -
Is it possible to call a web service or function created in ERP through a REST?Summary: We have a GET type API we can't call from OIC, so we'd like to know if it would be possible to call this API through a web service or server script in Fusion, a…