POST
/
v3
/
CORPORATE
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
  },
  "name": "Enfuce Financial Services Oy",
  "customerRepresentative": "Mrs Smith",
  "registration": {
    "authority": "Patent and Registration Office",
    "registrationDate": "2023-05-03"
  },
  "riskScore": "Med"
}'
{
  "description": "<string>",
  "id": "<string>"
}

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json
The related corporate customer data

The body is of type object.

Response

201
application/json
Successful creation of customer

The response is of type object.