Clientapiv1
the date when the client was set to active, ie. an active account was created for them
the date when the client was approved
the encoded key of the client's branch
the encoded key of the client's assigned centre
the encoded key of the Mambu user associated with this client, eg. their credit officer
the date of birth of this client
clientRole object
Description for clientRole in ClientApiV1
the automatically generated encoded ID for this client or group type
the date when the client was exited or blacklisted
the date on which this client record was created
the email address of the client
the automatically generated encoded ID for this item
the first name of the client
the client's gender
Possible values: [MALE, FEMALE]
if this client is a member of a group, this number will increase by 1 each time they successfully close a loan as fully paid
a home contact number for this client
the ID for this client
the pattern that is used to generate the client ID
the date on which this client record was last modified
the last name of this client
the number of loans this client has opened and closed as fully paid as an individual
any middle names for this client
migrationEvent object
Description for migrationEvent in ClientApiV1
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]
a mobile contact number for this client
another mobile contact number for this client
any rich text notes about this client
portalPreferences object
Description for portalPreferences in ClientApiV1
the automatically generated encoded ID for this item
8a19b7057471f4af017472dc0fd80472Description for lastLoggedInDate in PortalPreferencesApiV1
Description for password in PortalPreferencesApiV1
Description for portalState in PortalPreferencesApiV1
Possible values: [DISABLED, ENABLED]
the language which should be used when communicating with this client
Possible values: [PORTUGESE, RUSSIAN, ROMANIAN, ENGLISH, SPANISH, GEORGIAN, BURMESE, PHRASE, CHINESE, FRENCH, INDONESIAN]
the encoded key of this user's proficle picture
the encoded key of the digital copy of this client's signature
the current state of this client
Possible values: [PENDING_APPROVAL, ACTIVE, INACTIVE, EXITED, BLACKLISTED, REJECTED]
{
"activationDate": "string",
"approvedDate": "string",
"assignedBranchKey": "string",
"assignedCentreKey": "string",
"assignedUserKey": "string",
"birthDate": "string",
"clientRole": {
"encodedKey": "string"
},
"closedDate": "string",
"creationDate": "string",
"emailAddress": "string",
"encodedKey": "string",
"firstName": "string",
"gender": "MALE",
"groupLoanCycle": 0,
"homePhone": "string",
"id": "string",
"idPattern": "string",
"lastModifiedDate": "string",
"lastName": "string",
"loanCycle": 0,
"middleName": "string",
"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",
"mobilePhone2": "string",
"notes": "string",
"portalPreferences": {
"encodedKey": "8a19b7057471f4af017472dc0fd80472",
"lastLoggedInDate": "string",
"password": "string",
"portalState": "DISABLED"
},
"preferredLanguage": "PORTUGESE",
"profilePictureKey": "string",
"profileSignatureKey": "string",
"state": "PENDING_APPROVAL"
}