GET
/
v3
/
customerNumber
/
{customerNumber}
curl --request GET \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/customer/v3/customerNumber/{customerNumber}
{
  "bankruptcyDate": "2023-05-03",
  "customerNumber": "ABCDEFGH123456789",
  "customerRepresentative": "Mrs Smith",
  "id": 151077912,
  "locale": "af_ZA",
  "name": "Enfuce Financial Services Oy",
  "regNo": "19560606-1234",
  "registration": {
    "authority": "Patent and Registration Office",
    "registrationDate": "2023-05-03"
  },
  "role": "CORPORATE",
  "screening": {
    "status": true
  }
}
{
  "bankruptcyDate": "2023-05-03",
  "customerNumber": "ABCDEFGH123456789",
  "customerRepresentative": "Mrs Smith",
  "id": 151077912,
  "locale": "af_ZA",
  "name": "Enfuce Financial Services Oy",
  "regNo": "19560606-1234",
  "registration": {
    "authority": "Patent and Registration Office",
    "registrationDate": "2023-05-03"
  },
  "role": "CORPORATE",
  "screening": {
    "status": true
  }
}

Path Parameters

customerNumber
string
required

The customer number of which customer you want fetch details on

Query Parameters

auditUser
string
required

The audit user to log the request

Response

200
application/json
Successful retrieval of customer details

The response is of type any.