v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBUpdate a customer
Update a customer
Basic operation for updating a customer. Check parameter updateProperty for possible parameters to update
post/v3/{role}/{id}/update/{propertyToUpdate}
Path parameters
role'CORPORATE' | 'PRIVATE' required
Which customer role the customer is
idstring required
The customer id of customer you want to update
propertyToUpdate'DELETE_TEMPORARY_ADDRESS' required
What property you want to update
Query parameters
auditUserstring required
The audit user to log the request
Request body
Example request
{
"expiration": {
"year": 2019,
"month": 1
}
}Response
Successful update of customer