Identorders¶
RequestIdentOrder
Methode: POST
Endpoint: /v3/orders/identorders
Example Request¶
{
"CrefoId": "422082233",
"OrderReport": {
"ProductCode": "1201CPLUS",
"ReportFormat": {
"Type": "PDF"
},
"ReportLanguage": {
"Code": "DE"
},
"Reference1": "string",
"Reference2": "string",
"TermsOfExecution": {
"Type": "Normal"
},
"ReasonOfInquiry": {
"Type": "Creditworthiness"
},
"OrderRemarks": "string"
}
}
Example Response¶
{
"orderId": 800001074,
"originOrderId": null,
"productCode": "1201CPLUS",
"reportLanguage": {"code": "DE"},
"memberId": 500000101,
"userId": "AUTOMATION_TEST",
"reference1": "string",
"reference2": "string",
"inquiryAmount": null,
"termsOfExecution": {"type": "Normal"},
"reportFormat": {"type": "PDF"},
"dateOfSupply": "2025-12-02T00:00:00+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": "Bemerkung: string, Canton: SG, Fax: 0712211185"
}