How can I update transactiondate of a AR Credit Memo or a Debit Memo via API in Fusion
I am using these API with patch method to update AR Credit Memo and Debit Memo transactiondate but its not working , can you please tell if there is any other API to update the transactiondate in fusion for credits and debits?
Credit Memo API : /fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/{customer_trx_id}
Debit Memo API: /fscmRestApi/resources/11.13.18.05/receivablesDebitMemos/{customer_trx_id}
payload:
{ "TransactionDate": "2025-07-08"}
Tagged:
0