Get IED events
GET {{backofficeURL}}/PortfolioService/bulkReceiveAndDeals?&access_token={{useraccessToken}}&pageNumber=0&numberOfRecords=1&Hierarchy=2&repaymentType=No&eventType=IED
- Using this service, we can get the pending events which are yet to be disbursed.
- In the service params there are filters like pageNumber, numberOfRecords and eventType. Using these filters, we can retrieve the required data, such as a group of IED(loan amount)/FP(Fee) type events in 10 pages and 50 records.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| `` | null | ||
| access_token | string | ||
| pageNumber | number | ||
| numberOfRecords | number | ||
| Hierarchy | number | ||
| repaymentType | string | ||
| eventType | string |