This operation will create a corporate customer.
curl --request POST \
--url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/customer/v3/CORPORATE \
--header 'Content-Type: application/json' \
--data '{
"email": "info@enfuce.com",
"phoneNumber": "+35821010001",
"mobileNumber": "+358401234567",
"customerNumber": "ABCDEFGH123456789",
"locale": "af_ZA",
"regNo": "19560606-1234",
"screening": {
"status": true
},
"address": {
"address1": "Kings street 12",
"address2": "<string>",
"address3": "<string>",
"address4": "<string>",
"city": "Mariehamn",
"country": "FIN",
"region": "Åland Islands",
"zipCode": 22100
},
"temporaryAddress": {
"address1": "Kings street 12",
"address2": "<string>",
"address3": "<string>",
"address4": "<string>",
"city": "Mariehamn",
"country": "FIN",
"region": "Åland Islands",
"zipCode": 22100
},
"additionalValues": [
{
"key": "<string>",
"value": "<string>"
}
],
"name": "Enfuce Financial Services Oy",
"customerRepresentative": "Mrs Smith",
"registration": {
"authority": "Patent and Registration Office",
"registrationDate": "2023-05-03"
},
"riskScore": "Med"
}'
{
"description": "<string>",
"id": "<string>"
}
The audit user to log the request
The related corporate customer data
The body is of type object
.
Successful creation of customer
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/customer/v3/CORPORATE \
--header 'Content-Type: application/json' \
--data '{
"email": "info@enfuce.com",
"phoneNumber": "+35821010001",
"mobileNumber": "+358401234567",
"customerNumber": "ABCDEFGH123456789",
"locale": "af_ZA",
"regNo": "19560606-1234",
"screening": {
"status": true
},
"address": {
"address1": "Kings street 12",
"address2": "<string>",
"address3": "<string>",
"address4": "<string>",
"city": "Mariehamn",
"country": "FIN",
"region": "Åland Islands",
"zipCode": 22100
},
"temporaryAddress": {
"address1": "Kings street 12",
"address2": "<string>",
"address3": "<string>",
"address4": "<string>",
"city": "Mariehamn",
"country": "FIN",
"region": "Åland Islands",
"zipCode": 22100
},
"additionalValues": [
{
"key": "<string>",
"value": "<string>"
}
],
"name": "Enfuce Financial Services Oy",
"customerRepresentative": "Mrs Smith",
"registration": {
"authority": "Patent and Registration Office",
"registrationDate": "2023-05-03"
},
"riskScore": "Med"
}'
{
"description": "<string>",
"id": "<string>"
}