Should Creditsafe Connect return the below messaging then it is indicating that the "customData=de_reason_code::{reasonCode}" parameter is missing from the URI of the request:
Due to legal reasons, all German (DE) online report requests need to be accompanied with a 'reason for viewing' so a "de_reason_code::{reasonCode}" needs to be sent within the "customData=" parameter as follows:
URI | HTTP METHOD |
/companies/{id}?customData=de_reason_code::{reasonCode} | GET |
A list of "de_reason_code" can be retrieved from Creditsafe Connect by calling the /reportcustomdata endpoint:
URI | HTTP METHOD |
/reportcustomdata/DE | GET |