Comments for fresh investigation orderId

Returns the status of comments for the particular order.

SecuritybearerToken
Request
path Parameters
orderId
required
string

fresh investigation orderId

Request Body schema: application/json
required
comments
string

comments for fresh investigation orderId

Responses
200
400
401
post/freshinvestigations/{orderId}/comments
Request samples
application/json
{
  • "comments": "comments by user"
}
Response samples
application/json
{
  • "correlationId": "string",
  • "message": "string"
}