Sample Payload to update AP Invoice Header level DFF attribute:

Payload:
<soapenv:Envelope xmlns:soapenv=”http://schemas.xmlsoap.org/soap/envelope/”
xmlns:typ=”http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/types/”
xmlns:erp=”http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/”>
<soapenv:Header/>
<soapenv:Body>
<typ:updateDffEntityDetails>
<typ:operationMode>single</typ:operationMode>
<typ:object>
<erp:EntityName>Payables Invoice</erp:EntityName>
<erp:ContextValue>JLxMXPayablesInformation</erp:ContextValue>
<erp:UserKeyA>DFF-1</erp:UserKeyA>
<erp:UserKeyB>Vision Operations sample</erp:UserKeyB>
<erp:UserKeyC>XXHealth Care</erp:UserKeyC>
<erp:UserKeyD>12136</erp:UserKeyD>
<erp:UserKeyE>5037</erp:UserKeyE>
<erp:UserKeyF>LEEDS_HQ</erp:UserKeyF>
<erp:DFFAttributes>{“GLOBAL_ATTRIBUTE1″:”TEST01”}</erp:DFFAttributes>
</typ:object>
<typ:notificationCode/>
</typ:updateDffEntityDetails>
</soapenv:Body>
</soapenv:Envelope>

Sample Payload to update AP Invoice Line level DFF attribute:

<erp:EntityName>Payables Invoice Lines</erp:EntityName>
<!–Optional:–>
<erp:ContextValue>AP_INVOICE_LINES_Con1</erp:ContextValue>
<!–Optional:–>
<erp:UserKeyA>1</erp:UserKeyA>
<!–Optional:–>
<erp:UserKeyB>DFF-1</erp:UserKeyB>
<!–Optional:–>
<erp:UserKeyC>Vision Operations Sample</erp:UserKeyC>
<!–Optional:–>
<erp:UserKeyD>XXHealth Care</erp:UserKeyD>
<!–Optional:–>
<erp:UserKeyE>50371</erp:UserKeyE>
<!–Optional:–>
<erp:UserKeyF>LEEDS_HQ</erp:UserKeyF>
<!–Optional:–>
<erp:UserKeyG></erp:UserKeyG>
<!–Optional:–>
<erp:UserKeyH></erp:UserKeyH>
<!–Optional:–>
<erp:DFFAttributes>{“ATTRIBUTE1″:”TEST01”}</erp:DFFAttributes>
</typ:object>

Recent Posts

Start typing and press Enter to search