Custom Report Parameters

Returns the allowed values of the customData parameter, used in the GET Company Report and Director Report endpoints. I.e. Supplying DE as a country code will return a list of reasons for requesting a DE Credit Report (a legal requirement to supply with each Credit Report request in Germany). This will provide a list of allowedValues to enter into the mandatory Parameter customData = de_reason_code::allowedValue.

SecuritybearerToken
Request
path Parameters
country
required
string

An ISO/Alpha-2 country code to display any special mandatory parameters when ordering a Credit Report in that territory.

Responses
200
400
401
get/reportcustomdata/{country}
Request samples
Response samples
application/json
{
  • "customData": [
    ],
  • "country": "DE"
}