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
type
enum<string>
required

Link type

Available options:
CUSTOMER_LINK
customerId
string
required

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

Example:

5123465

Response

201
application/json
Successful creation of linked customer
description
string

Short description of the result of the action

id
string

Will contain the ID of the resource that has been created or updated