POST
/
v3
/
{role}
/
{id}
/
update
/
{propertyToUpdate}
curl --request POST \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/customer/v3/{role}/{id}/update/{propertyToUpdate} \
  --header 'Content-Type: application/json' \
  --data '{
  "dummy": "<string>"
}'
{
  "description": "<string>",
  "id": "<string>"
}

Path Parameters

role
enum<string>
required

Which customer role the customer is

Available options:
CORPORATE,
PRIVATE
id
string
required

The customer id of customer you want to update

propertyToUpdate
enum<string>
required

What property you want to update

Available options:
DELETE_TEMPORARY_ADDRESS

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

The new value of selected property. You should only provide a value for the property you want to update, the other ones should be null

Should set the value of the property you are updating, leave rest empty

Response

200
application/json

Successful update of customer

The response is of type object.