Posts

Showing posts from January, 2023

importJournals method in SOAP web service with request and response PAYLOAD

Image
Import Journals ImportJournals method in SOAP web service with request and response PAYLOAD Service WSDL URL:  https://servername/fscmService/JournalImportService?WSDL Code: REQUEST PAYLOAD REQUEST PAYLOAD:- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/financials/generalLedger/journals/desktopEntry/journalImportService/types/" xmlns:jour="http://xmlns.oracle.com/apps/financials/generalLedger/journals/desktopEntry/journalImportService/" xmlns:jour1="http://xmlns.oracle.com/apps/flex/financials/generalLedger/journals/desktopEntry/journalLineGdf/"> <soapenv:Header/> <soapenv:Body> <typ:importJournals> <typ:interfaceRows> <!--Optional:--> <jour:BatchName>SOAP JV 90001</jour:BatchName> <!--Optional:--> <jour:BatchDescription>TESTING</jour:BatchDescr

submitInvoiceImport and submitInvoiceImportWithSource Operations in SOAP web service

Image
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:/

createInvoiceInterface Operations in Payables Invoice in SOAP web service (createInvoiceInterface payload with Response)

Image
Create Invoice Interface createInvoiceInterface Operations in Payables Invoice in SOAP web service (createInvoiceInterface payload with Response) Service WSDL URL:  https://servername/fscmService/InvoiceInterfaceService?WSDL Code for REQUEST PAYLOAD :- “ STANDARD INVOICE “ <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/financials/payables/invoices/quickInvoices/invoiceInterfaceService/types/" xmlns:inv="http://xmlns.oracle.com/apps/financials/payables/invoices/quickInvoices/invoiceInterfaceService/"> <soapenv:Header/> <soapenv:Body> <typ:createInvoiceInterface> <typ:invoiceInterfaceHeader> <inv:Source>ELECTRONIC INVOICE</inv:Source> <inv:OperatingUnit>Snapdeal Private Limited</inv:OperatingUnit> <inv:VendorName>Test Supplier App99</inv:VendorName> <in

findInvoiceInterface Operation in Payables Invoice in SOAP web service (FIND_INVOICE_INTERACE payload with Response)

Image
Find Invoice Interface findInvoiceInterface Operation in Payables Invoice in SOAP web service (FIND_INVOICE_INTERACE payload with Response)  Service WSDL URL:  https://servername/fscmService/InvoiceInterfaceService?WSDL Code for REQUEST Payload <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/financials/payables/invoices/quickInvoices/invoiceInterfaceService/types/" xmlns:typ1="http://xmlns.oracle.com/adf/svc/types/"> <soapenv:Header/> <soapenv:Body> <typ:findInvoiceInterface> <typ:findCriteria> <typ1:fetchStart>0</typ1:fetchStart> <typ1:fetchSize>10</typ1:fetchSize> <!--Optional:--> <typ1:filter> <typ1:group> <typ1:item> <typ1:attribute>InvoiceTypeLookupCode</typ1:attribute>