The updated values of the VerificationStatus field.

Export

UpdateVerificationStatusRequestBody

interface UpdateVerificationStatusRequestBody {
    externalReviewerId: string;
    rejectionReasonId?: string;
    status: VerificationStatus;
}

Properties

externalReviewerId: string

The identifier for the order's regulated information reviewer.

Memberof

UpdateVerificationStatusRequestBody

rejectionReasonId?: string

The unique identifier for the rejection reason used for rejecting the order's regulated information. Only required if the new status is rejected.

Memberof

UpdateVerificationStatusRequestBody

Memberof

UpdateVerificationStatusRequestBody