Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How To Create Receivables Debit Memo via WebService, With Information Regarding MemoLineName ?

user-ce2d4Jul 31 2023 — edited Jul 31 2023

Could you please help to create debitmemo with memoline.

Currently we are using https://servername/fscmService/DebitMemoService?WSDL
and operation is "createDebitMemo" and
Using below payload to create debit memo
<soapenv:Body>
<typ:createDebitMemo>
<typ:debitMemo>

<deb:BatchSourceSequenceId>300000007476222</deb:BatchSourceSequenceId>
<deb:CustomerTrxSquenceId>300000006856222</deb:CustomerTrxSquenceId>
<deb:InvoiceCurrencyCode>SAR</deb:InvoiceCurrencyCode>
<deb:OrgId>300000004176195</deb:OrgId>
<deb:BillToCustomerId>300000012432222</deb:BillToCustomerId>
<deb:BillToAddressId>300000012433222</deb:BillToAddressId>
<deb:PaymentTermsId>5</deb:PaymentTermsId>
<deb:TrxDate>2023-07-25</deb:TrxDate>
<deb:DebitMemoLine>

<deb:LineNumber>1</deb:LineNumber>
<deb:Description>TEST DM</deb:Description>
<deb:InvoicedQuantity> 1</deb:InvoicedQuantity>
<deb:UnitSellingPrice currencyCode="?">15</deb:UnitSellingPrice>
<deb:LineType>LINE</deb:LineType>
<deb:ExtendedAmount currencyCode="?">150</deb:ExtendedAmount>
</deb:DebitMemoLine>
</typ:debitMemo>
</typ:createDebitMemo>
</soapenv:Body>

we are able to create debit memo but how to populate memoline value for this request.
kindly provide the solution for this request
basically we need to populate memo line value while creating debit memo

Comments
Post Details
Added on Jul 31 2023
1 comment
906 views