submitInvoiceImport and submitInvoiceImportWithSource Operations in SOAP web service
Submit Invoice Import
submitInvoiceImport and submitInvoiceImportWithSource Operations in SOAP web service
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>
Comments
Post a Comment