v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBUpdate a customer
Update a private customer
This operation will update a given customer.
patch/v3/PRIVATE/{id}
Path parameters
idstring required
The customer id of which customer you want to update
Query parameters
auditUserstring required
The audit user to log the request
Request body
Example request
{
"email": "info@enfuce.com",
"phoneNumber": "+35821010001",
"mobileNumber": "+358401234567",
"customerNumber": "ABCDEFGH123456789",
"regNo": "19560606-1234",
"screening": {
"status": true,
"statusLastUpdated": "2025-01-28"
},
"address": {
"country": "FIN"
},
"temporaryAddress": {
"country": "FIN"
},
"salutation": "Mr",
"firstName": "Matti",
"middleName": "Juha",
"lastName": "Korhonen",
"dateOfBirth": "1935-01-08",
"birthCountry": "FIN",
"nationality": [
"FIN",
"SWE"
],
"deceasedDate": "2023-05-03",
"riskScore": "Med"
}Response
Successful update of customer