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