Skip to content

FollowUp

RequestFollowupOrder

Methode: POST

Endpoint: /v3/orders/{id}/followup

Example Request

{
  "OrderReport": {
    "ProductCode": "4807BCHECK",
    "IncludeReportPdf": true,
    "ReportLanguage": "DE",
    "Reference1": "Test0815",
    "Reference2": "Direktion",
    "ReasonOfInquiry": "Claim",
    "OrderRemarks": "Bemerkung Bestellung"
  }
}

In addition, the ID of the previous report must be provided.

Example:

https://api.crediconnect.ch/v3/orders/800007471/followup

Example Response

{
   "orderId": 800007474,
   "originOrderId": null,
   "crefoId": "425539898",
   "requestedCrefoId": "425539898",
   "productCode": "4807BCHECK",
   "reportLanguage": "DE",
   "memberId": 500000101,
   "userId": "AUTOMATION_TEST",
   "reference1": "Test0815",
   "reference2": "Direktion",
   "inquiryAmount": null,
   "termsOfExecution": "Void",
   "includeReportPdf": false,
   "dateOfSupply": "2026-02-05T08:00:00",
   "updateInfo":    {
      "updateOutstanding": ["CSR"],
      "branchOffice": "SG",
      "branchOfficeCommunication":       {
         "phone1": "0712211121",
         "phone2": null,
         "phone3": null,
         "fax": "",
         "email": "order@st.gallen.creditreform.ch",
         "url": ""
      },
      "proofOfInterestType": "Standard"
   },
   "state": null,
   "remark": "Bemerkung: Bemerkung Bestellung, Canton: AR"
}