Reports¶
RequestReport
Methode: POST
Endpoint: /v3/reports
Example Request¶
{
"CrefoId": "422082233",
"OrderReport": {
"ProductCode": "1201CPLUS",
"ReportFormat": {
"Type": "PDF"
},
"ReportLanguage": {
"Code": "DE"
},
"Reference1": "Ref1",
"Reference2": "Ref_2",
"TermsOfExecution": {
"Type": "Void"
},
"ReasonOfInquiry": {
"Type": "Creditworthiness"
},
"OrderRemarks": "Order remarks"
}
}
.
Example Response¶
{
"orderData": {
"orderId": 800001077,
"originOrderId": null,
"productCode": "1201CPLUS",
"reportLanguage": {"code": "DE"},
"memberId": 500000101,
"userId": "684",
"reference1": "Ref1",
"reference2": "Ref_2",
"inquiryAmount": 0,
"termsOfExecution": {"type": "Void"},
"reportFormat": {"type": "PDF"},
"dateOfSupply": "2025-12-02T15:57:04.318433+01:00",
"crefoId": "422082233",
"requestedCrefoId": "422082233",
"updateInfo": {
"updateOutstanding": {"types": ["CSR"]},
"branchOffice": {"code": "SG"},
"branchOfficeCommunication": {
"phone1": "0712211121",
"phone2": null,
"phone3": null,
"fax": "",
"email": "order@st.gallen.creditreform.ch",
"url": ""
},
"proofOfInterestType": null
},
"state": null,
"remark": null
},
"address": {
"id": null,
"crefoId": "422082233",
"uid": "CHE282035276",
"hrNr": "CH32030755174",
"addressType": {"type": "Business"},
"gender": {"type": "Void"},
"salutation": null,
"firstName": null,
"dateOfBirth": null,
"yearOfBirth": null,
"name": "Creditreform AG",
"addressLine1": "Teufener Strasse",
"addressLine2": "",
"houseNr": "36",
"postalCode": "9000",
"city": "St. Gallen",
"canton": {"code": "SG"},
"country": "CH",
"communication": {
"phone1": "0712211180",
"phone2": "",
"phone3": null,
"fax": "0712211185",
"email": "info@creditreform.ch",
"url": "www.creditreform.ch"
}
},
"basicContent": {
"crefoId": "422082233",
"uid": "CHE282035276",
"hrNr": "CH32030755174",
"language": {"code": "DE"},
"legalForm": {
"code": "31",
"description": "Aktiengesellschaft"
},
"domicile": "St. Gallen",
"foundation": 1888,
"dateOfRegistry": "2014-04-29T00:00:00",
"dateOfCancellation": null,
"capitals": [ {
"code": "01",
"description": "Aktienkapital",
"currency": "CHF",
"amount": 100000
}],
"status": {"status": "Active"},
"nation": null,
"dateOfBirth": null,
"placeOfOrigin": null
},
"productContent": {
"industry": {
"code": "829100",
"description": "Inkassobüros und Auskunfteien"
},
"categoryEmployees": {"category": "Micro10"},
"categoryTurnover": {"category": "Small10"},
"solvency": {
"type": "RK",
"value": "4"
},
"modificationFlags": [],
"pod": 0.69,
"creditLimit": 175000,
"creditJudgement": {
"code": "02",
"description": "Hohe Kreditwürdigkeit"
}
},
"extendedProductContent": {
"foreignerStatus": null,
"turnover": {
"source": {"type": "Estimation"},
"year": 2025,
"currency": "CHF",
"amount": 5000000
},
"employees": {
"source": {"type": "Estimation"},
"year": 2025,
"count": 5
},
"chapterScores": [
{
"scoreType": "AL",
"value": 1
},
{
"scoreType": "AM",
"value": 2
},
{
"scoreType": "BA",
"value": 2
},
{
"scoreType": "BR",
"value": 2
},
{
"scoreType": "DW",
"value": 2
},
{
"scoreType": "EX",
"value": 3
},
{
"scoreType": "FG",
"value": 2
},
{
"scoreType": "IG",
"value": 2
},
{
"scoreType": "IK",
"value": 2
},
{
"scoreType": "MO",
"value": 2
},
{
"scoreType": "OO",
"value": 2
},
{
"scoreType": "RF",
"value": 2
},
{
"scoreType": "ST",
"value": 2
},
{
"scoreType": "VK",
"value": 2
},
{
"scoreType": "VU",
"value": 2
},
{
"scoreType": "XC",
"value": 2
},
{
"scoreType": "BP",
"value": 2
},
{
"scoreType": "DC",
"value": 2
}
],
"title": null,
"postalAddress": {
"name": "Creditreform AG",
"co": "",
"street": "Teufener Strasse",
"houseNr": "36",
"meadow": "",
"houseName": "",
"country": "CH",
"postalCode": "9000",
"place": "St. Gallen",
"deliverableCode": "",
"postbox": "",
"postboxPostalCode": "",
"postboxPlace": ""
}
},
"customizedKeyValues": [
{
"key": "Score",
"value": "76"
},
{
"key": "Bonität ohne DomizilCheck",
"value": "RK-4"
},
{
"key": "Score ohne DomizilCheck",
"value": "76"
},
{
"key": "Beschreibung",
"value": "Da die Bewertung des Domizils aufgrund eines Verdachtsmomentes auf Domizilmissbrauch keinen automatischen Rückschluss auf die Bonität zulässt, wird hier zusätzlich die Bonität ohne DomizilCheck angezeigt."
}
],
"monitoringOrderData": [],
"reportData":
"reportAttachmentAvailable": false
}