Skip to main content

Update a client

POST 

/clients/{clientId}

update a client record

Add details to an existing client

{
"client":{
"firstName":"Max",
"lastName":"Alexander",
"middleName":"Frank",
"homePhone":"56611235498",
"emailAddress":"max.alexander@mambu.com",
"mobilePhone1":"211111111",
"gender":"MALE"
}
}

Update client with encodedKey 8a512236413395270141356dbc9f0025 using JSON and remove all custom field values, addresses and ID Documents

{
"client":{
"firstName":"Max",
"lastName":"Alexander",
"middleName":"Frank",
"homePhone":"56611235498",
"emailAddress":"max.alexander@mambu.com",
"mobilePhone1":"211111111",
"gender":"MALE"
},
"idDocuments":[ ],
"addresses":[ ],
"customInformation":[ ]
}

Request

Responses

ok