Update Status and DFF in External Transaction in Cash Management in bulk through REST API
Summary:
REST API to update Status and DFF in bulk in External Transactions in Cash Management.
Content (please ensure you mask any confidential information):
REST API to update status is /fscmRestApi/resources/11.13.18.05/cashExternalTransactions/{ExternalTransactionId}
REST API to update DFF is /fscmRestApi/resources/11.13.18.05/cashExternalTransactions/{ExternalTransactionId}/child/cashExternalTransactionDFF/{ExternalTransactionId2}
But these requires ExternalTransactionId to be passed one by one. We have requirement to update 5000 External Transactions on daily basis and looking for bulk update for these 2 REST APIs. Whether bulk operation is available for this?
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):