Posts

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> ...

Supplier Contact, Address and Site Creation and Updation by using SOAP Web Service or WSDL in cloud fusion

Image
Supplier Contact Supplier Contact, Address and Site Creation and Updation by using SOAP Web Service or WSDL in cloud fusion Service WSDL URL:   https://servername/fscmService/SupplierServiceV2?WSDL   Create Supplier Contact <soapenv:Body> <typ:createSupplier> <typ:supplierRow> <!--Optional:--> <sup:Supplier>Test Supplier App9011</sup:Supplier> <sup:AlternateName>App9011</sup:AlternateName> <sup:TaxOrganizationType>CORPORATION</sup:TaxOrganizationType> <sup:SupplierType>SUPPLIER</sup:SupplierType> <sup:BusinessRelationship>SPEND_AUTHORIZED</sup:BusinessRelationship> <sup:SupplierAddresses> <sup:Operation>CREATE</sup:Operation> <sup:AddressName>Main_add</sup:AddressName> <sup:Country>IN</sup:Country> <sup:AddressLine1>123 Old railway Line</sup:AddressLine1> ...

Supplier Site and Address Creation and Updation by using SOAP Web Service or WSDL in cloud fusion

Image
Supplier Site Supplier Site and Address Creation and Updation by using SOAP Web Service or WSDL in cloud fusion Service WSDL URL:  https://servername/fscmService/SupplierServiceV2?WSDL  Supplier Sites Creation <soapenv:Body> <typ:createSupplier> <typ:supplierRow> <sup:Supplier>Test Supplier App9010</sup:Supplier> <sup:AlternateName>App9010</sup:AlternateName> <sup:TaxOrganizationType>CORPORATION</sup:TaxOrganizationType> <sup:SupplierType>SUPPLIER</sup:SupplierType> <sup:BusinessRelationship>SPEND_AUTHORIZED</sup:BusinessRelationship> <sup:SupplierAddresses> <sup:Operation>CREATE</sup:Operation> <sup:AddressName>Main_add</sup:AddressName> <sup:Country>IN</sup:Country> <sup:AddressLine1>123 Old railway Line</sup:AddressLine1> <sup:City>Delhi</sup:City> <s...

Supplier Address Creation and Updation by using SOAP Web Service or WSDL in cloud fusion

Image
Supplier Address Creation Supplier Address Creation and Updation by using SOAP Web Service or WSDL in cloud fusion Service WSDL URL:  https://servername/fscmService/SupplierServiceV2?WSDL Create Supplier with Supplier Address <soapenv:Body> <typ:createSupplier> <typ:supplierRow> <!--Optional:--> <sup:Supplier>Test Supplier App9001</sup:Supplier> <sup:AlternateName>App9001</sup:AlternateName> <sup:TaxOrganizationType>CORPORATION</sup:TaxOrganizationType> <sup:SupplierType>SUPPLIER</sup:SupplierType> <sup:BusinessRelationship>SPEND_AUTHORIZED</sup:BusinessRelationship> <sup:SupplierAddresses> <sup:Operation>CREATE</sup:Operation> <sup:AddressName>Main</sup:AddressName> <sup:Country>IN</sup:Country> <sup:AddressLine1>123 Old railway Line</sup:AddressLine1> <sup:City>Del...