Skip to content

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"
  }
}

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"
}