REST
Discussion List
-
Need JSON schema for Creating JSON response for successful records via OICSummary:Need JSON schema for Creating JSON response for successful records via OIC Content (required):I have an app driven oic integration that takes in array of employe…
-
First record of stage write is always getting missedSummary: Content (required): I am passing a json as input to my app driven integration. Input [{"name":"ABC","PersonNo":"123"},{"name":"DEF","PersonNo":"456"},{"name":"G…Jaeyshree Kumaran Kalpana 12 views 4 comments 0 points Most recent by Jaeyshree Kumaran Kalpana Integration
-
Expose OIC integration as rest api with OauthHi All, We have created an app based integration which is exposed as an api. We have configured it to be exposed with oauth as per instructions given in https://www.atea…
-
Can't update individual row using Update lookup Rest APISummary Can't update individual row using Update lookup Rest APIContent Hi, I need to update the selected row value in lookup using OIC rest API, For example 'Row1' valu…
-
Multiple sales order in single payload using rest apiHi, I am creating sales orders by Reading the CSV file. My questing here is I want to create all the sales orders at the time. If any error occurs I don't want to create…
-
Is there a Catalog for REST APIs in Oracle Fusion (like we have ServiceCatalog service for SOAP)Summary: Is there a Catalog for REST APIs in Oracle Fusion (like we have ServiceCatalog service for SOAP services)? Is there any equivalent for REST services which shows…
-
Speed up Integrations that use REST APISummary: Is there a way to speed up REST api roundtrips to Fusion? Content (required): We have an integration that processes an inbound CSV file to update costs in inven…
-
How to run report using REST API?Summary: Can we run a report in fusion applications using a REST API? We have ReportService which is a SOAP service. Do we have a similar service in REST? Content (requi…
-
How to pass null value for LOV field in OIC mapper. How to remove tag from payload if its nullSummary: How to pass null value for LOV field in OIC mapper. How to remove tag from payload if its null Content (required): I am trying to update list of 9 DFFs via REST…Jaeyshree Kumaran Kalpana 902 views 3 comments 0 points Most recent by Jaeyshree Kumaran Kalpana Integration
-
Extract Data from SaaS to VBCS ApplicationSummary Extract Data using an OTBI ReportContent Hello, I have a requirement to retrieve data from our Oracle ERP Cloud applications. I need to extract the data via an O…
-
HCM ATOM Feed - Emp New Hire/Update Include Business Object checkbox disabledSummary HCM ATOM Feed - Emp New Hire/Update Include Business Object checkbox disabledContent Hi Everyone, The Include Business Object in HCM Atom Feed is disabled for Em…
-
Oauth 2.0 causes errors with co-located integrationSummary: Can't call co-located integration when initial integration is Oauth 2.0 and is called from an external source. Looking for the easiest to implement resolution a…User_2025-02-12-14-22-00-756 32 views 8 comments 0 points Most recent by User_2025-02-12-14-22-00-756 Integration
-
Rename Integration Artifacts prior ImportSummary: Is there a way (rather than manual clone-rename) to rename the integration artifacts within an IAR or PAR file prior importing? Use case is if I have a reusable…
-
EPM REST API calls facing user lock or password expiration issuesSummary: EPM REST API calls facing user lock or password expiration issues Content (required): Hi Team, We are using EPM REST API calls in OIC integrations for uploading…
-
Download Narrative Reporting daily backupSummary: Download the daily backup to a sFTP directory. Content (required): Hello my dear friends! Is there a way to download the daily snapshot backup from Narrative Re…
-
Generating Column Header using FTP AdapterI want to add a single column header in my CSV file being produced by FTP adapter in OIC. I understand we have to create a repeat node in the OIC mapper to add a header.…
-
can i configure IDCS application to generate JWT for outbound API call?Summary: there decent number of white papers that describe how to configure IDCS to enable JWT/OAuth for inbound API calls to OIC endpoints, fro example https://wpsbutto…
-
REST/SOAP/PLSQL API on why COA is invalidSummary: Content (required): We have a requirement wherein we need to validate the COA segment structure received as input and return valid/invalid status along with the…
-
generate JWT for outbound REST API using JavaScript library in less than 1.5sSummary: OIC has RESP API connector that expects JWT. As proof of the concept we successfully hardcoded externally generated JWT with expiry date big enough for PoC. But…
-
How to connect with Share Point through OICSummary: How to connect with Share Point through OIC Content (required): Hi Expert, We have a requirement where we need to connect with share-point and place the file in…
-
HTTP Request while invoking REST endpointSummary: would like to see the HTTP request when making third party rest api invocation. OIC is making a call to third party rest api, invocation is successful and recei…
-
HCM Rest Api filter by dateHow can we filter the HCM worker api by the LastUpdateDate? Have tried the below:- 1)q=(LastUpdateDate BETWEEN '2017-09-15T00:00:00.000%2b00:00' AND '2022-09-15T00:00:00…
-
How to get a person's Territoriy(s) in OSC via a REST call.Summary: We're using OIC up update opportunities and we have the email of the person who is passing in the opportunity. We know the territory of the opportunity. I just …User_2025-01-31-22-45-25-100 2 views 0 comments 0 points Started by User_2025-01-31-22-45-25-100 Integration
-
Expose Oracle SAAS queries or OTBI Datamodel as rest apiHi All, I know we can create OTBI report and call that using SOAP webservice. But is there a way where we can expose Oracle SAAS queries or Datamodel as rest apis which …
-
Authentication mechanism for calling Oracle SAAS apiHi All, We are calling Oracle SAAS rest apis for our integrations in our OIC4SAAS processes. We want to know what is the best process to authenticate these rest apis. Do…
-
Service account and rest api endpoint for OIC process exposed as a REST apiWe have to expose an OIC process as a REST API to a 3rd party application. Need help on the below:- 1)The full OIC REST api endpoint that is auto generated is big. Is th…
-
Encrypt and decrypt values in OICSummary: We are trying to call a rest api in OIC. The rest api endpoint uses a custom http header parameter for authentication. I have the below question:- 1)How do we e…
-
Database mapper showing parameters as arg1, arg2, arg3,arg4 instead of showing its names.Summary: Content (required): Hi team, We are trying to create a REST API by integrating an Oracle Database with OIC. So as we select the table name and after validating …
-
How to query REST Service with a parameter containing special characters like +,. etc in OICWe are trying to use REST Service and pass a parameter containing + or , in the parameter value in OIC. How can we achieve this in OIC? I know from postman, we have to u…