|
Currently the /makerchecker endpoint allows to retrieve the items that need to be checked in bulk using a variety of parameters (GET to the /makerchecker endpoint). We want to also be able to retrieve just one item using the same structure as in other API endpoints so using GET /makerchecker/ {id}
. The information displayed can be similar to the details from the /makerchecker endpoint.
As an extra feature we can add more information on the Accounts that are linked to the item, so in case of loan or savings, the balance in the account, and some basic information such as createdate etc.
|