Oracle Integration to create AP invoice using REST API | How to create rest based integration in OIC

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ธ.ค. 2024

ความคิดเห็น • 38

  • @souptikbhattachattarjee8893
    @souptikbhattachattarjee8893 ปีที่แล้ว +1

    I always like your videos on OIC…very effective and well explained.

  • @ramakrishna-eu8kw
    @ramakrishna-eu8kw ปีที่แล้ว +1

    Awesome👏👏 ❤
    We are waiting for your next video

  • @HotWheels-Adventure
    @HotWheels-Adventure ปีที่แล้ว +1

    Thank you. Please keep doing more videos like this 👍

  • @rahulbhogavkar1
    @rahulbhogavkar1 ปีที่แล้ว +2

    Very Insightful videos of OIC, I believe if Admin upload videos on Interview questions on OIC that would be impactful to attract more audience.

    • @foxoracleappssolutions
      @foxoracleappssolutions  ปีที่แล้ว +2

      Sure,
      I have a collection of more 15 OIC interviews which are for less than 3 years of experience candidates.
      I will share it soon.

  • @ninadkulkarni3358
    @ninadkulkarni3358 5 หลายเดือนก่อน

    Well explained and very useful video... I was able to work on real time business use case to create pricing objects in Oracle using the rest API by referring to this video 🙂

  • @mccoyji
    @mccoyji ปีที่แล้ว

    Very good explanation 👏

  • @ajaykumar-tv7hz
    @ajaykumar-tv7hz ปีที่แล้ว +1

    Thank you for explaining real time example.
    If possible please upload real time interview questions.

  • @saidmumuney3021
    @saidmumuney3021 3 หลายเดือนก่อน

    Excellent

  • @navazmohammad1404
    @navazmohammad1404 ปีที่แล้ว +1

    Hi Zafer, all vedios are well explained, Thankyou.can you please make OIC video on HCM Cloud Adapter..

  • @touchabhi1
    @touchabhi1 ปีที่แล้ว +1

    Very useful content. Can you please upload a video explaining how to read the input FTP file (Invoice Header/Line rows) and create Invoice through REST API. This video shows with only static input data in JSON format.

  • @dhirajsinha4869
    @dhirajsinha4869 ปีที่แล้ว +1

    Please can you make a video for How to build REST based OIC Integration to expose over multiple resources, verbs, paths, http method.

  • @PA-jt2cq
    @PA-jt2cq ปีที่แล้ว +1

    Does Fault handler works on every input invoice id in case of multiple invoice id in input payload? if yes how will the rest of the invoices be created?

  • @vigneshpai7398
    @vigneshpai7398 10 หลายเดือนก่อน

    Hey. I created the integration to create PR. But while testung it I am getting error responses as ""There is more than 1 matching record for the vakue provided for the item attribute"

  • @aashishjhurani993
    @aashishjhurani993 4 หลายเดือนก่อน

    how to handle the optional element.. example source element (Procurement BU) is an optional field ...
    Somehow, OIC is passing the empty string to the RestAPI call..

  • @pawanpetkar5670
    @pawanpetkar5670 ปีที่แล้ว +1

    Hello Sir You create invoice for 100 records(FBDI Template) if 50 records are failed then how to handle or reprocess

  • @sumantkumar1194
    @sumantkumar1194 ปีที่แล้ว +1

    hello can u make some video on how to submitb ess job bip reports like this .

  • @sayandipghosh9374
    @sayandipghosh9374 ปีที่แล้ว +1

    how to pass attachments? should we 1st upload the file in UCM?

    • @foxoracleappssolutions
      @foxoracleappssolutions  ปีที่แล้ว

      Please check the below video for same.
      th-cam.com/video/p3l2t1rd3yk/w-d-xo.html

  • @vigneshpai7398
    @vigneshpai7398 10 หลายเดือนก่อน

    Greate explainition. But when I tried to hit the same request payload in postman I am getting 403 forbidden error. How to resolve this? Bcz of this I am not able to get the response payload from postman actually. Can you please guide?

  • @shridharsamant4727
    @shridharsamant4727 9 หลายเดือนก่อน +1

    How to validate data coming from rest payload

  • @np209
    @np209 ปีที่แล้ว +1

    how to pass multiple values to rest api and create multiple invoice with multiple lines

    • @foxoracleappssolutions
      @foxoracleappssolutions  ปีที่แล้ว

      Using arrays format,
      We will upload video on this soon

    • @arungannarapu1274
      @arungannarapu1274 5 หลายเดือนก่อน

      @@foxoracleappssolutions did u create a video for this? if so, can u please share the link?

    • @sajithnambiar3424
      @sajithnambiar3424 หลายเดือนก่อน

      Say, I have a flat file, and before creating invoices. Is there a way where we can do some basic validation like, supplier doesn't exist, invoice currency doesn't exist, invoice already exists.....and flag off and avoid processing such records?