Return Credit Memo DFF Via API
Summary:
Hi All,
Hoping someone can assist with an issue I'm encountering when trying to return credit memo DFF data via the receivablesCreditMemos API. I'm successfully able to return credit memos using this API that have a TransactionClass of "On Account Credit Memo". However, any credit memo that has a TransactionClass of "Credit Memo" is not returned.
Interestingly using the receivablesCustomerAccountActivities API I'm able to search for a particular customer, then using the /child/creditMemos link I can see both "On Account Credit Memo" & "Credit Memo" transaction class. Unfortunately this won't allow me to then obtain the DFF data.
An example below, first I invoke the receivablesCustomerAccountActivities API to return a customers details, which then allows me to use the CreditMemos link as shown highlighted: