Skip to content

Interface: ApplicantsChangeRequiredDocumentSetRequest

Describes the structure of the request for the applicantsChangeRequiredDocumentSet method

Work with applicants

applicantId

applicantId: string

A unique applicant identifier.

See

Change required document set API Reference

Defined in

src/client.ts:317


name

name: string

A verification level name. Case-sensitive and has to be created in the same environment. If contains reserved characters (e.g., @, +", white spaces as %20), it should be URL-encoded, otherwise you may get signature mismatch.

See

Change required document set API Reference

Defined in

src/client.ts:323