How to get Bank accounts in bulk with API
Is there any way how to call externalBankAccounts API and cashBankBranches API in bulk ? I mean for multiple BankAccountId and BankBrachIdentifier as parameter ?
/fscmRestApi/resources/11.13.18.05/externalBankAccounts/personalPaymentMethods.items.BankAccountId;StartDate<=CURRENT_DATE;EndDate>=CURRENT_DATE
/fscmRestApi/resources/11.13.18.05/cashBankBranches/externalBankAccounts.items.BankBranchIdentifier
For example for personalPaymentMethods we use q=PersonNumber IN ('114419', '107546') and specify rest framework version as 3 and it works well. But for externalBankAccounts API and cashBankBranches API i tried to do the same, but it doesn't work.
0