Upload attachments for fresh investigation orderId

Returns the status of attachment upload for the particular order.

SecuritybearerToken
Request
path Parameters
orderId
required
string

Fresh investigation orderId

Request Body schema: multipart/form-data
required
importFile
string <binary>

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

description
string

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

Responses
200
400
401
post/freshinvestigations/{orderId}/attachments
Request samples
multipart/form-data
{
  "file": "FILE_PATH"
}
Response samples
application/json
{
  • "correlationId": "string",
  • "message": "string",
  • "details": "string"
}