Groupapiv1
A group object
the encoded key of the branch to which this group is assigned
the encoded key of the centre to which this group is assigned
the encoded key of the Mambu user to which this group is assigned
clientRole object
Description for clientRole in GroupApiV1
the automatically generated encoded ID for this client or group type
the date and time when this group was created
the email address for this group. This address will be used for automated and manually sent email notifications
the automatically generated encoded ID for this group
8a19b7057471f4af017472dc0fd80472the name of the group
the primary landline contact number for this group
the ID for this group
the pattern used to generate IDs
the date on which this group was last modified
this number will increment each time this group takes out and fully pays back a loan
migrationEvent object
Description for migrationEvent in GroupApiV1
the date on which the data import was made
the encoded key of this data migration event
the number of centres which were imported during the data migration
the number of clients which were imported as part of the data migration
the number of general ledger accounts which were imported as part of the data migration
the number of groups which were imported as part of the data migration
the number of loan repayment transations which were imported as part of the data migration
the number of loan transactions which were imported as part of the data migration
the number of loan accounts which were imported as part of the data migration
the number of savings accounts which were imported as part of the data migration
whether the data import was accepted, is still in a draft state, or was rejected and all data reverted
Possible values: [REVERTED, DRAFT, APPROVED]
the type of migration event
Possible values: [IMPORT, EXPORT]
the primiary mobile contact number for this group
the language which shoudl ideally be used when communicating with this group
Possible values: [PORTUGESE, RUSSIAN, ROMANIAN, ENGLISH, SPANISH, GEORGIAN, BURMESE, PHRASE, CHINESE, FRENCH, INDONESIAN]
{
"assignedBranchKey": "string",
"assignedCentreKey": "string",
"assignedUserKey": "string",
"clientRole": {
"encodedKey": "string"
},
"creationDate": "2024-07-29T15:51:28.071Z",
"emailAddress": "string",
"encodedKey": "8a19b7057471f4af017472dc0fd80472",
"groupName": "string",
"homePhone": "string",
"id": "string",
"idPattern": "string",
"lastModifiedDate": "2024-07-29T15:51:28.071Z",
"loanCycle": 0,
"migrationEvent": {
"creationDate": "2024-07-29T15:51:28.071Z",
"encodedKey": "string",
"numCentresImported": 0,
"numClientsImported": 0,
"numGLAccountsImported": 0,
"numGroupsImported": 0,
"numLoanRepaymentsImported": 0,
"numLoanTransactionsImported": 0,
"numLoansImported": 0,
"numSavingsImported": 0,
"state": "REVERTED",
"type": "IMPORT"
},
"mobilePhone1": "string",
"preferredLanguage": "PORTUGESE"
}