This operation will return customer data related to given customer number
{
"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
}
}
The customer number of which customer you want fetch details on
The audit user to log the request
Successful retrieval of customer details
The response is of type object
.
{
"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
}
}