Get multiple Bank accounts based on multiple BankAccountId
Summary:
I would like to get multiple Bank accounts based on multiple BankAccountId.
Content (please ensure you mask any confidential information):
We are building API interface for Bank account information where we need to process the information for all employees. We would like to get the info in bulk to reduce API call number.
I tried different approaches, but whenever i call the API for multiple IDs, it returns only for the first ID provided.
Is there any way how to get it in bulk for multiple BankAccountIDs ?
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0