Sample payload for submitting Item Import Process (ESS job) using ERPIntegration Service
Content
The following sample payload can be used to submit the Item Import scheduled process using the ERP Integration Service
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/types/">
<soapenv:Header/>
<soapenv:Body>
<typ:submitESSJobRequest>
<typ:jobPackageName>/oracle/apps/ess/scm/productModel/items/</typ:jobPackageName>
<typ:jobDefinitionName>ItemImportJobDef</typ:jobDefinitionName>
<!--Zero or more repetitions:-->
<typ:paramList>300100545853013</typ:paramList>
</typ:submitESSJobRequest>
</soapenv:Body>
</soapenv:Envelope>
The first parameter in paramList should contain the Batch ID of the Item Batch you are importing.
Additional paramList entries can be optionally provided for additional parameters in the order in which it appears in the Schedule Process UI.