Skip to content

Comments for fresh investigation orderId

Request

Returns the status of comments for the particular order.

Security
bearerToken
Path
orderIdstringrequired

fresh investigation orderId

Bodyapplication/jsonrequired
commentsstring

comments for fresh investigation orderId

curl -i -X POST \
  'https://connect.sandbox.creditsafe.com/v1/freshinvestigations/{orderId}/comments' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "comments": "comments by user"
  }'

Responses

Bodyapplication/json
correlationIdstring

A unique ID assigned to this request.

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