Consumer Search and Report endpoint. When sufficient information has been provided to filter potential Consumer results down to one record then the Consumer Report will be returned.
{- "totalSize": 0,
- "consumers": [
- {
- "consumerInformation": {
- "name": "string",
- "firstName": "string",
- "surname": "string",
- "age": 0,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "gender": "Unknown",
- "consumerID": "string",
- "address": {
- "type": "string",
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "additionToAddress": "string",
- "city": "string",
- "postalCode": "string",
- "province": "string",
- "region": "string",
- "telephone": "string",
- "directMarketingOptOut": true,
- "directMarketingOptIn": true,
- "country": "AF"
}, - "additionalData": { }
}, - "incomes": [
- {
- "incomeYear": 0,
- "taxClass": "string",
- "netWealth": 0,
- "netIncome": 0,
- "sumTax": 0,
- "grossIncome": 0,
- "municipalityNr": "string"
}
], - "registeredProperty": 0,
- "registeredHousingShare": 0,
- "directorships": [
- {
- "companyName": "string",
- "companyStatus": "string",
- "appointmentDate": "2019-08-24T14:15:22Z",
- "turnover": 0,
- "creditRating": "string",
- "companyNumber": "string",
- "function": "string",
- "companyRegistrationDate": "2019-08-24T14:15:22Z",
- "netWorth": 0,
- "creditLimit": 0
}
], - "paymentRemarks": [
- {
- "unsettledROPNumber": 0,
- "partlySettledROPNumber": 0,
- "voluntaryPledgeNumber": 0,
- "unsettledROPAmount": 0,
- "partlySettledROPAmount": 0,
- "voluntaryPledgeAmount": 0
}
], - "paymentRemarksDetails": [
- {
- "type": "string",
- "date": "2019-08-24T14:15:22Z",
- "source": "string",
- "refNr": "string",
- "amount": 0,
- "creditor": "string",
- "status": "string"
}
], - "voluntaryPledges": [
- {
- "type": "string",
- "date": "2019-08-24T14:15:22Z",
- "source": "string",
- "refNr": "string",
- "amount": 0,
- "creditor": "string",
- "status": "string"
}
], - "consumerRating": {
- "currentCreditRating": {
- "providerValue": {
- "maxValue": "string",
- "minValue": "string",
- "value": "string"
}, - "providerDescription": "string"
}, - "currentContractLimit": {
- "currency": "AFA",
- "value": 0
}, - "previousCreditRating": {
- "commonValue": "A",
- "commonDescription": "string",
- "creditLimit": {
- "currency": "AFA",
- "value": "string"
}, - "providerValue": {
- "maxValue": "string",
- "minValue": "string",
- "value": "string"
}, - "providerDescription": "string",
- "pod": 0,
- "assessment": "string"
}, - "latestRatingChangeDate": "2019-08-24T14:15:22Z"
}, - "additionalInformation": { }
}
]
}