Skip to main content

Clientonupdate

assignedBranchKeystring

the encoded key of the branch this client is assigned to

assignedCentreKeystring

the encoded key of the centre this client is assigned to

assignedUserKeystring

the encoded key of a Mambu user who is responsible for this client

birthDatestring

the date of birth for this client

clientRoleIdstring

the ID of the role this client has, for example, if they are a member of a group

emailAddressstring

the email address for this client

firstNamestring

the first name of this client

genderstring

Gender of the client. Can be null

Possible values: [MALE, FEMALE]

homePhonestring

the home contact number for this client

idstring

the ID of this client according to the ID pattern defined for your organisation

lastNamestring

the last name of this client

middleNamestring

any middle names of this client

mobilePhone1string

a primary mobile contact number for this client

notesstring

any notes regarding this client

preferredLanguagestring

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]

statestring

the current state of this client

Possible values: [PENDING_APPROVAL, ACTIVE, INACTIVE, EXITED, BLACKLISTED, REJECTED]

Clientonupdate
{
"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"
}