Update FreshInvestigation Report Content

Update the Fresh Investigation Report data for a specific order, after the order has a status of delivered.

SecuritybearerToken
Request
path Parameters
orderId
required
string

Fresh investigation orderId

Request Body schema: application/json
consent
boolean

Including this allows Creditsafe to disclose your company details to the target company in the aim of improving the quality of our Investigation Report

object (ConnectFreshInvInvestigationContactInfo)

Your contact information

chargeReference
string

Free text field to add your own personal reference to the order

object (ConnectFreshInvInvestigationCompanyData)

Details on the company.

object

PendingInfo property contains the information of respective sections, that someone has requested respective information to be modified.

Responses
200

Investigation Report.

400
401
403
404
patch/freshinvestigations/{orderId}
Request samples
application/json
{
  • "consent": true,
  • "contactInfo": {
    },
  • "chargeReference": "string",
  • "searchCriteria": {
    },
  • "pendingInfo": {
    }
}
Response samples
application/json
{
  • "message": "FreshInvestigation OrderId is being updated"
}