Update manual review

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

interviewId

string

Id of onboarding for which data will be updated. If not present, it will be extracted from token.

manualReviewStatus

string

enum

required

REQUIREDAPPROVEDREJECTED

Allowed:

REQUIRED``APPROVED``REJECTED

newReason

string

Intended to be use when setting manualReviewStatus as required, it will be added to the list of reasons

why a session was flagged as needs manual review.

comment

string

Required comment in written form.

api-version

string

required

Defaults to 1.0

``200 OK

``400 Bad Request

Updated 3 months ago


ShellNodeRubyPHPPython


xxxxxxxxxx

curl --request PUT \

--url https://demo-api.incodesmile.com/omni/manual-review \

--header 'accept: application/json' \

--header 'api-version: 1.0' \

--header 'content-type: application/json' \

--data '\n
{
  "manualReviewStatus": "REQUIRED"
}

'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

200400