API
Discussion List
-
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…
-
Oracle CPQ Quote Creation API/IntegrationSummary: CPQ Quote creation Content (please ensure you mask any confidential information): Hi Team, we need an API to create/Update Quotes in Oracle CPQ. currently using…
-
Validating and manipulating Received JSON data inside the integrationHello everyone, I created an Integration that receives a JSON file when triggered, and it then sends the mapped data to another endpoint through a new REST API request. …
-
How to get the UniqId to pass it as a parameter in OICHow to get this UniqId and pass it to the URI e.g., we need the gradeUniqId to pass it to the following endpoint: /hcmRestApi/resources/11.13.18.05/grades/{gradesUniqID}…
-
how to fetch specific stringSummary: Hi I want to fetch specific string from given string. Whatever value is present in "()" that need to be fetched. Industrial Minerals Company (IMC) ---> IMC Ma'd…
-
Post Contact error in OICError resolution for the issue occurring in OIC when making a POST request to the contacts API: "type" : "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.…
-
Email notification should include all the error detailsSummary: We are implementing Oracle WMS stage interface REST api using OIC for entity "ib_shipment". Current behavior of the api is if we have 3 lines and all 3 lines ha…
-
Does importServiceInstanceArchive Rest API call exist in OIC Gen3 ?Summary: importServiceInstanceArchive Rest API in OIC Gen3 Content (please ensure you mask any confidential information): Does importServiceInstanceArchive Rest API call…
-
How to create an account contact by API?Hi, I'm trying to create a contact and contact point using the REST API for contacts and attempting to link it with an account using AccountPartyId. To retrieve the acco…