Clientonupdate
the encoded key of the branch this client is assigned to
the encoded key of the centre this client is assigned to
the encoded key of a Mambu user who is responsible for this client
the date of birth for this client
the ID of the role this client has, for example, if they are a member of a group
the email address for this client
the first name of this client
Gender of the client. Can be null
Possible values: [MALE, FEMALE]
the home contact number for this client
the ID of this client according to the ID pattern defined for your organisation
the last name of this client
any middle names of this client
a primary mobile contact number for this client
any notes regarding this client
A language supported by Mambu. When used, it does not accept null values.
Possible values: [PORTUGESE, RUSSIAN, ROMANIAN, ENGLISH, SPANISH, GEORGIAN, BURMESE, PHRASE, CHINESE, GERMAN, FRENCH, INDONESIAN]
the current state of this client
Possible values: [PENDING_APPROVAL, ACTIVE, INACTIVE, EXITED, BLACKLISTED, REJECTED]
{
"assignedBranchKey": "string",
"assignedCentreKey": "string",
"assignedUserKey": "string",
"birthDate": "string",
"clientRoleId": "string",
"emailAddress": "string",
"firstName": "string",
"gender": "MALE",
"homePhone": "string",
"id": "string",
"lastName": "string",
"middleName": "string",
"mobilePhone1": "string",
"notes": "string",
"preferredLanguage": "PORTUGESE",
"state": "PENDING_APPROVAL"
}