submitInvoiceImport and submitInvoiceImportWithSource Operations in SOAP web service

Submit Invoice Import

submitInvoiceImport and submitInvoiceImportWithSource Operations in SOAP web service

Submit Invoice Import

Service WSDL URL: https://servername/fscmService/InvoiceInterfaceService?WSDL

Code for submitInvoiceImport PAYLOAD :- 

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/financials/payables/invoices/quickInvoices/invoiceInterfaceService/types/">
   <soapenv:Header/>
   <soapenv:Body>
      <typ:submitInvoiceImport>
         <typ:ledgerId>300000001520052</typ:ledgerId>
         <typ:orgId>300000001534054</typ:orgId>
         <typ:summarizeReport>No</typ:summarizeReport>                  
      </typ:submitInvoiceImport>
   </soapenv:Body>
</soapenv:Envelope>

Code for submitInvoiceImportWithSource PAYLOAD :- 

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/financials/payables/invoices/quickInvoices/invoiceInterfaceService/types/">
   <soapenv:Header/>
   <soapenv:Body>
      <typ:submitInvoiceImportWithSource>
         <typ:ledgerId>300000001520052</typ:ledgerId>
         <typ:orgId>300000001534054</typ:orgId>
         <typ:summarizeReport>Yes</typ:summarizeReport>
         <typ:source>ELECTRONIC INVOICE</typ:source>
      </typ:submitInvoiceImportWithSource>
   </soapenv:Body>
</soapenv:Envelope>
Categories

Comments

Popular posts from this blog

E-Text Report In Fusion | Types of E-Text reports

Supplier API's

How to pass default Parameter in cursor