Here is the sample SOAP Web service for applying the AR Receipt.
WSDL : <Instance Name>/fscmService/StandardReceiptService?WSDL
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:typ="http://xmlns.oracle.com/apps/financials/receivables/receipts/shared/standardReceiptService/commonService/types/"
xmlns:com="http://xmlns.oracle.com/apps/financials/receivables/receipts/shared/standardReceiptService/commonService/"
xmlns:app="http://xmlns.oracle.com/apps/flex/financials/receivables/receipts/shared/standardReceiptService/commonService/ApplyReceiptDff/">
<soapenv:Header/>
<soapenv:Body>
<typ:createApplyReceipt>
<typ:applyReceipt>
<!--Optional:-->
<com:AmountApplied>100</com:AmountApplied>
<!--Optional:-->
<com:ReceiptId>11122</com:ReceiptId>
<com:CustomerTrxId><Invoice ID/Transaction ID></com:CustomerTrxId>
<!--Optional:-->
<com:ReceiptAmount>100</com:ReceiptAmount>
<!--Optional:-->
<com:ReceiptDate>2022-01-01</com:ReceiptDate>
<com:ApplicationDate>2022-01-01</com:ApplicationDate>
<!--Optional:-->
<com:AccountingDate>2022-01-01</com:AccountingDate>
</typ:applyReceipt>
</typ:createApplyReceipt>
</soapenv:Body>
</soapenv:Envelope>
No comments:
Post a Comment