Imports a company business report into the system as a profile for compliance purposes.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/businesses/import
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/profiles/businesses/import
curl -i -X POST \
'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/businesses/import?language=en&template=full&includeIndicators=true&customData=string&reportSections=string&languageFallback=false&callRef=%7BcallRef%7D' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"profileName": "string",
"companyId": "string",
"internalId": "string"
}'Response
- string or null
- Array of strings or null
{ "correlationId": "string", "kycResponse": { "id": "string", "profileUrl": "string" }, "report": { "correlationId": "string", "failedSections": [ … ], "report": { … }, "companyId": "string", "dateOfOrder": "2019-08-24T14:15:22Z", "language": "string", "userId": 0 } }