Hi All,
Do anyone can provide a sample payload to credit a receivable on account credit memo?
I can use the web service below to create a receivable credit memo and apply to invoice, but seems that it can not be used to create a on account (unapply) credit memo
https://<server URL>:443/fscmService/CreditMemoService
<soapenv:Body>
<typ:createCreditMemo>
<typ:creditMemo>
<cred:BatchSourceSequenceId>202009111229</cred:BatchSourceSequenceId>
<cred:CustomerTransactionId>300000004832703</cred:CustomerTransactionId>
<cred:PreviousCustomerTransactionId>300000004832703</cred:PreviousCustomerTransactionId>
<cred:Comments>Credit Memo Testing</cred:Comments>
<cred:CustomerTransactionTypeSequenceId>35</cred:CustomerTransactionTypeSequenceId>
<cred:CustomerReference/>
<cred:CustomerReferenceDate/>
<cred:DocumentSequenceId/>
<cred:DocumentSequenceValue/>
<cred:GlDate>2020-08-16</cred:GlDate>
<cred:LineAmount currencyCode="HKD">-2</cred:LineAmount>
<cred:LinePercent/>
<cred:MethodForRules/>
<cred:PreviousCustomerTransactionId/>
<cred:ReasonCode/>
<cred:SplitTerminationMethod/>
<cred:TransactionDate>2020-08-16</cred:TransactionDate>
<cred:CurrencyCode>HKD</cred:CurrencyCode>
<cred:TransactionNumber>CR202008141154</cred:TransactionNumber>
</typ:creditMemo>
</typ:createCreditMemo>
</soapenv:Body>