In Batch operation, can we pass the response of first part of API call to the request of second API
Summary:
As part of Batch operation, can we pass the response of first part of API call to the request of second part of API call.
Content (please ensure you mask any confidential information):
For example: In first part of API call, we want to create a new Bank Account, and the response we will get back Account Id. In the second part of API call, we want to do the bank account assignment to an existing customer. In this API call, we need to pass the bank account id created in first part API call to the request of second API part call.