curl --location --request POST 'https://api.insights-periculum.io/statements/create-commercial-credit'
--header 'Authorization: Bearer string_encrypted_access_token'
--header 'Content-Type: application/json'
--data-raw '{
"statementKey": 1,
"report_type": "full",
"business_registration_number": "BN809081021"
}'
Parameters
Name | Description | Type | Required |
---|---|---|---|
statementKey | The key of the statement to get the crb data for. | int | No |
reportType | Report types : full or basic | string | Yes |
business_registration_number | Business registration number | string | Yes |