GitHub user nazeer1100126 opened a pull request:
https://github.com/apache/fineract/pull/421
notification sms
to register client
Api - https://localhost:8443/fineract-provider/api/v1/device/registration
Method- POST
body
{
"clientId":4,
"registrationId":"XXXX"
}
to update registration
Api -
https://localhost:8443/fineract-provider/api/v1/device/registration/{id}
Method- PUT
body
{
"clientId":4,
"registrationId":"XXXX"
}
to deregister client
Api -
https://localhost:8443/fineract-provider/api/v1/device/registration/{id}
Method- DELETE
to get client registration
Api -
https://localhost:8443/fineract-provider/api/v1/device/registration/client/{clientId}
Method- GET
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nazeer1100126/incubator-fineract
notification_sms
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/fineract/pull/421.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #421
----
commit 8f30c2102f9f3526ac274f48e11ab2a5f91a86ff
Author: nazeer shaik <[email protected]>
Date: 2017-11-02T10:54:28Z
notification sms
----
---