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