Total Pageviews

August 3, 2021

8/03/2021 09:52:00 PM

 How to create Requision Headers using REST API?

To get Correct REST API ..

For me, my application is on 21B.So I picked 21B verson.

you can lot of examples from the following link

1)  https://docs.oracle.com/en/cloud/saas/procurement/21b/fapra/op-purchaserequisitions-post.html .

For REST API I used POSTMAN  or  SoapUI 3rd Application.These are  very simple and easy to use.

I used URL for  creation of  Requisition Header.

https://fa-etaq-saasfademo1.ds-fa.oraclepdemos.com/fscmRestApi/resources/11.13.18.05/purchaseRequisitions

Red colord one will get from  the first link

Remaining part is URL of your Cloud Instance.

Sample data used for creation of Requision Header.


    {"RequisitioningBUId"300000046987012,
    "PreparerId"300000232399232,
    "ExternallyManagedFlag"false,
    "Description" : "POST-ing a Requisition Header from REST",
    "ApprovedById"300000232399232,
    "InterfaceSourceCode""TestSS1"
}

Sample data used for Supplier Creation
{ "Supplier" : "Tallyyyy Manufacturing", "TaxOrganizationType" : "Corporation", "SupplierType" : "Services", "BusinessRelationship" : "Prospective", "DUNSNumber" : "221134599", "OneTimeSupplierFlag" : false, "TaxpayerCountry" : "United States", "TaxpayerId" : "98-12345678" }
Hope yoiu understood the procedure how to create the Requision headers

Use Authentication Tab to enter USer Id and Password to connect Oracle Fuson Application
This tab just below your sample data
Supplier Creation USing REST API in Oracle fusion




 
Related Posts Plugin for WordPress, Blogger...