GitHub user nazeer1100126 opened a pull request:
https://github.com/apache/fineract/pull/410
sms notification
1)to register client
method - post
url- /device/registration
body
{
"clientId" : 3
"registrationId" : "czxczxczxcv:czxcmzxcnbzx"
}
to get registration by client
method - get
url- /device/registration/client/{clientId}
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nazeer1100126/incubator-fineract
notification_campaign
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/fineract/pull/410.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 #410
----
commit 6aecf2ca2073b92eaad2b502834e35f17dc14aed
Author: nazeer shaik <[email protected]>
Date: 2017-09-05T10:39:21Z
sms notification
----
---