Orders
RequestOrder
Methode: POST
Endpoint: /v3/orders
Example Request
{
"Address": {
"Name": "Demo CrediNet AG",
"AddressLine1": "Teufener Strasse",
"HouseNr": "36",
"PostalCode": "9000",
"City": "St. Gallen",
"Country": "CH"
},
"OrderReport": {
"ProductCode": "4001CBA",
"IncludeReportPdf": true,
"ReportLanguage": "DE",
"Reference1": "Ref1",
"Reference2": "Ref2",
"TermsOfExecution": "Normal",
"ReasonOfInquiry": "Claim",
"OrderRemarks": "Remark"
}
}
TermsOfExecution
| Field |
Description |
| Void |
Default value |
| Normal |
Normal execution |
| Express |
Express execution |
ReasonOfInquiry
| Field |
Description |
| Creditworthiness |
Creditworthiness (FADP 31 2 c) |
| Contract |
Contract (FADP 31 2 a) |
| Claim |
Claim (FADP 31 2 c) |
| Competitor |
Competitor (FADP 31 2 b) |
Example Response
{
"orderId": 800012485,
"originOrderId": null,
"crefoId": "0",
"requestedCrefoId": "",
"productCode": "4001CBA",
"reportLanguage": "DE",
"memberId": 500000101,
"userId": "AUTOMATION_TEST",
"reference1": "Ref1",
"reference2": "Ref2",
"inquiryAmount": null,
"termsOfExecution": "Normal",
"includeReportPdf": false,
"dateOfSupply": "2026-02-11T14:37:49",
"updateInfo": {
"updateOutstanding": [
"CSR",
"RI"
],
"branchOffice": "SG",
"branchOfficeCommunication": {
"phone1": "0712211121",
"phone2": null,
"phone3": null,
"fax": "",
"email": "order@st.gallen.creditreform.ch",
"url": ""
},
"proofOfInterestType": "Standard"
},
"state": null,
"remark": "Bemerkung: Remark"
}
UpdateOutstanding
| Field |
Description |
| None |
no update pending |
| Content |
the content of the information is being updated |
| CSR |
the debt enforcement information is being updated* |
| RI |
the resident information is being updated* |
- Proof of interest must be provided.
ProofOfInterestType
| Field |
Description |
| None |
no proof of interest required |
| Standard |
normal proof of interest |
| Qualified |
original signed proof of interest |