v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBUpdate a customer
Update a corporate customer
This operation will update a given customer.
patch/v3/CORPORATE/{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"
},
"name": "My example account name",
"customerRepresentative": "Mrs Smith",
"registration": {
"authority": "Patent and Registration Office",
"registrationDate": "2023-05-03"
},
"bankruptcyDate": "2023-05-03",
"riskScore": "Med"
}Response
Successful update of customer