Skip to content

Upload attachments for fresh investigation orderId

Request

Returns the status of attachment upload for the particular order.

Security
bearerToken
Path
orderIdstringrequired

Fresh investigation orderId

Bodymultipart/form-datarequired
importFilestring, (binary)

The file which we want to attach to the fresh investigation order

descriptionstring

Description of the file which we want to attach to the fresh investigation order

curl -i -X POST \
  'https://connect.sandbox.creditsafe.com/v1/freshinvestigations/{orderId}/attachments' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: multipart/form-data' \
  -F importFile=string \
  -F description=string

Responses

Bodyapplication/json
correlationIdstring

A unique ID assigned to this request.

messagestring
detailsstring
Response
{ "correlationId": "string", "message": "string", "details": "string" }