API SOAP to update AR DFF (oracle fusion) includes debit memo
API SOAP to update AR DFF (oracle fusion) includes debit memo
WSDL => https://servername/fscmService/ErpObjectDFFUpdateService?WSDL
Sample Request body
<!-- WSDL https://<hostName>:443/fscmService/ErpObjectDFFUpdateService -->
<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:updateDffEntityDetailsAsync>
<!--Optional:-->
<typ:operationMode>SINGLE</typ:operationMode>
<!--Optional:-->
<typ:object>
<!--Optional:-->
<erp:EntityName>Receivables Invoice</erp:EntityName>
<!--Optional:-->
<erp:ContextValue>#NULL</erp:ContextValue>
<!--Trx Number:-->
<erp:UserKeyA>0409-05</erp:UserKeyA>
<!--Customer Trx ID:-->
<erp:UserKeyD>300000005146771</erp:UserKeyD>
<!--Optional:-->
<erp:DFFAttributes>{"ATTRIBUTE1":"test1212121"}</erp:DFFAttributes>
</typ:object>
<!--<typ:callbackURL></typ:callbackURL>-->
</typ:updateDffEntityDetailsAsync>
</soapenv:Body>
</soapenv:Envelope>
<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:updateDffEntityDetailsAsync>
<!--Optional:-->
<typ:operationMode>SINGLE</typ:operationMode>
<!--Optional:-->
<typ:object>
<!--Optional:-->
<erp:EntityName>Receivables Invoice</erp:EntityName>
<!--Optional:-->
<erp:ContextValue>#NULL</erp:ContextValue>
<!--Trx Number:-->
<erp:UserKeyA>0409-05</erp:UserKeyA>
<!--Customer Trx ID:-->
<erp:UserKeyD>300000005146771</erp:UserKeyD>
<!--Optional:-->
<erp:DFFAttributes>{"ATTRIBUTE1":"test1212121"}</erp:DFFAttributes>
</typ:object>
<!--<typ:callbackURL></typ:callbackURL>-->
</typ:updateDffEntityDetailsAsync>
</soapenv:Body>
</soapenv:Envelope>
--------------------------------------------------------------------------------------------------------------------------------
as the wsdl name suggests this api can be used for other invoices also
Comments
Post a Comment