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

Path Parameters

id
string
required

The customer id of the customer you want to create the link from.

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

The related linked customer data

The body is of type object.

Response

201
application/json

Successful creation of linked customer

The response is of type object.