# Update FreshInvestigation Report Content Update the Fresh Investigation Report data for a specific order, after the order has a status of delivered. Endpoint: PATCH /freshinvestigations/{orderId} Version: 1.10.9 Security: bearerToken ## Path parameters: - `orderId` (string, required) Fresh investigation orderId ## Request fields (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 - `contactInfo` (object) Your contact information - `contactInfo.name` (string) Your name - `contactInfo.emailAddress` (string) The address where Investigation creation confirmations are sent - `contactInfo.telephoneNumber` (string,null) Your contact number - `contactInfo.company` (object) your company information - `contactInfo.company.name` (string) Your company name - `contactInfo.company.number` (string) Your company VAT number/Reg Number/Tax Number - `chargeReference` (string) Free text field to add your own personal reference to the order - `searchCriteria` (object) Details on the company. - `searchCriteria.name` (string) Company name. - `searchCriteria.additionalInfo` (string) Further details on the company. - `searchCriteria.telephoneNumber` (string) Company telephone number - `searchCriteria.address` (object) Company address - `searchCriteria.address.simple` (string) - `searchCriteria.address.postcode` (string) - `searchCriteria.address.city` (string) - `searchCriteria.regNo` (string) Company registration number - `searchCriteria.vatNo` (string) Company VAT number - `searchCriteria.countryCode` (string) Country where the company is registered. Enum: "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SK", "SI", "SB", "SO", "ZA", "GS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VA", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW", "XK", "SS", "SX", "CW", "BQ", "WW", "PLC" - `pendingInfo` (object) PendingInfo property contains the information of respective sections, that someone has requested respective information to be modified. - `pendingInfo.contactDetails` (object) Your Contact details of fresh investigation for updating. - `pendingInfo.searchCriteria` (object) Search criteria details of the company. ## Response 200 fields (application/json): - `message` (string) Success response of updated fresh investigation. Example: "FreshInvestigation OrderId is being updated" ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected