0% found this document useful (0 votes)
496 views1 page

Miscellaneous Receipt WSDL

The document provides a WSDL file and SOAP payload for creating a miscellaneous receipt in Oracle Fusion Cloud Applications. The SOAP request body contains fields like amount, currency code, GL date, receipt method ID, receipt number, organization ID, and receivables transaction ID to create a miscellaneous receipt for 500 SAR on 2022-11-22.

Uploaded by

Nithish Reddy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
496 views1 page

Miscellaneous Receipt WSDL

The document provides a WSDL file and SOAP payload for creating a miscellaneous receipt in Oracle Fusion Cloud Applications. The SOAP request body contains fields like amount, currency code, GL date, receipt method ID, receipt number, organization ID, and receivables transaction ID to create a miscellaneous receipt for 500 SAR on 2022-11-22.

Uploaded by

Nithish Reddy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

WSDL File:

https://fa-evbt-test-saasfaprod1.fa.ocs.oraclecloud.com/fscmService/MiscellaneousReceiptService?
WSDL

Soap Payload:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:typ="http://xmlns.oracle.com/apps/financials/receivables/receipts/shared/
miscellaneousReceiptService/commonService/types/"
xmlns:com="http://xmlns.oracle.com/apps/financials/receivables/receipts/shared/
miscellaneousReceiptService/commonService/"
xmlns:mis="http://xmlns.oracle.com/apps/financials/receivables/receipts/shared/model/flex/
MiscellaneousReceiptDff/">

<soapenv:Header/>

<soapenv:Body>

<typ:createMiscellaneousReceipt>

<typ:miscellaneousReceipt>

<!--Optional:-->

<com:Amount currencyCode="SAR">500</com:Amount>

<com:CurrencyCode>SAR</com:CurrencyCode>

<com:GlDate>2022-11-22</com:GlDate>

<!--Optional:-->

<com:ReceiptMethodId>300000030335383</com:ReceiptMethodId>

<!--Optional:-->

<com:ReceiptNumber>MISCWS-N11</com:ReceiptNumber>

<!--Optional:-->

<com:OrgId>300000018719200</com:OrgId>

<!--Optional:-->

<com:ReceivablesTransactionId>300000030652272</com:ReceivablesTransactionId>

<com:ReceiptDate>2022-11-22</com:ReceiptDate>

</typ:miscellaneousReceipt>

</typ:createMiscellaneousReceipt>

</soapenv:Body>

</soapenv:Envelope>

You might also like