# Fresh Investigation Request Places an order for a Fresh Investigation (Offline Report). Providing as much detail as possible about the Company, our team will use official sources and registries to quickly answer questions about a company's stability and financial health. Fresh Investigations take 5.5 days on average to complete. By adding to the request, you are allowing Creditsafe to disclose your company details to the company you have requested the Investigation against, to be used only in the aim of improving our Investigation report. Endpoint: POST /localSolutions/US/searchSupport Version: 1.10.9 Security: bearerToken ## Query parameters: - `operationType` (string) type of check Enum: "searchSupport" ## Request fields (multipart/form-data): - `attachment` (string) Base64 encoded string of any relevant document or file that supports the investigation request. - `fiBody` (object) Contains all necessary details about the investigation, focusing on both the customer submitting the request and the target subject. - `fiBody.companyId` (string) Unique identifier for the company on behalf of which the investigation is being conducted. - `fiBody.comments` (string) Additional comments or instructions provided by the customer to guide the investigation process. - `fiBody.companyName` (string) The name of the company initiating the investigation. - `fiBody.consent` (string) Explicit consent provided by the customer for conducting the investigation, usually required for legal compliance. - `fiBody.customerEmail` (string) Email address of the customer initiating the investigation. - `fiBody.customerId` (string) Unique identifier of the customer requesting the investigation. - `fiBody.customerName` (string) Full name of the customer who is initiating the investigation. - `fiBody.customerPhoneNo` (string) Phone number of the customer, used for contact purposes related to the investigation. - `fiBody.customerUserId` (string) Unique user identifier for the customer within the system. - `fiBody.executiveName` (string) Name of the executive or representative of the company who is directly handling the investigation. - `fiBody.ipAddress` (string) IP address from which the investigation request was submitted, used for logging or security purposes. - `fiBody.targetBuildingNumber` (string) The building number of the address associated with the target of the investigation. - `fiBody.targetCity` (string) The city where the target of the investigation is located. - `fiBody.targetCompanyName` (string) The legal name of the company being investigated. - `fiBody.targetContact` (string) Contact information for the target of the investigation, such as a direct phone number or email. - `fiBody.targetPhoneNo` (string) Phone number associated with the target of the investigation. - `fiBody.targetSosNumber` (string) Secretary of State file number or other governmental identifier for the target entity. - `fiBody.targetState` (string) State in which the target of the investigation is located. - `fiBody.targetStreet` (string) Street address of the target entity. - `fiBody.targetTaxId` (string) Tax identification number of the target company, used for verifying its business identity. - `fiBody.targetTradeName` (string) Trade name or DBA (Doing Business As) under which the target company operates, if different from the legal name. - `fiBody.targetWebsiteUrl` (string) URL of the target company's website, providing a direct link to their online presence. - `fiBody.targetZip` (string) Postal code for the target company's location, used for further location-specific investigations. ## Response 200 fields (application/json): - `freshInvestigationRequestResult` (object) - `freshInvestigationRequestResult.Message` (string) - `freshInvestigationRequestResult.Status` (string) Example: "Success" - `freshInvestigationRequestResult.TransId` (string) Example: "27079" ## 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