post https://localhost:8443/fineract-provider/api/v1/groups
Creates a Group
Mandatory Fields: name, officeId, active, activationDate (if active=true)
Optional Fields: externalId, staffId, clientMembers
Log in to see full request history
Response
Creates a Group
Mandatory Fields: name, officeId, active, activationDate (if active=true)
Optional Fields: externalId, staffId, clientMembers
xxxxxxxxxx
curl --request POST \
--url https://localhost:8443/fineract-provider/api/v1/groups \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: