Hi Adi,
The API is list clients (GET /clients), with parameter sqlSearch set to
"c.account_no={client account no}", where {client account no} is replaced by a
literal value like 123456789, corresponding to the client account number.
Arvind
On 9/23/16 6:50 PM, Adi Raju wrote:
> What is the API?
Hi Adi,
Thank you very much for pointing me in the right direction.
Previously I was only looking at tomcat config server.xml and getting a whole
bunch of errors I did not understand due to not knowing anything about
Java/Spring. I should be able to work it out from this along with better
unde
Self Service APIs were created not only with end customer in mind. These APIs
are created to support agent banking, field staff and other scenarios as well.
Basic idea is that the data and operations are restricted as compared to a bank
staff.
Design decisions and the approach is documented here
Self service user is just a special type of application user with restricted
access.
So existing app user apis are used for any user CRUD operations,
https://demo.openmf.org/api-docs/apiLive.htm#users_create
isSelfServiceUser and clients are the additional params differentiating a
normal user