Skip to content

Interface: ApplicantsImportApplicantsInfoValue

Describes the structure of the info parameter of info

Work with applicants

country

Optional country: string

Alpha-3 country code (e.g. DEU or GBR).

See

Import applicants API Reference

Defined in

src/client.ts:707


countryOfBirth

Optional countryOfBirth: string

Applicant country of birth.

See

Import applicants API Reference

Defined in

src/client.ts:713


dob

Optional dob: string

Applicant date of birth (format YYYY-mm-dd, e.g. 2001-09-25).

See

Import applicants API Reference

Defined in

src/client.ts:719


firstName

Optional firstName: string

The first name of the applicant.

See

Import applicants API Reference

Defined in

src/client.ts:725


firstNameEn

Optional firstNameEn: string

Automatic transliteration of the first name.

See

Import applicants API Reference

Defined in

src/client.ts:731


gender

Optional gender: string

An applicant gender (M or F).

See

Import applicants API Reference

Defined in

src/client.ts:737


lastName

Optional lastName: string

The last name of the applicant.

See

Import applicants API Reference

Defined in

src/client.ts:743


lastNameEn

Optional lastNameEn: string

Automatic transliteration of the last name.

See

Import applicants API Reference

Defined in

src/client.ts:749


legalName

Optional legalName: string

Legal name.

See

Import applicants API Reference

Defined in

src/client.ts:755


middleName

Optional middleName: string

The middle name of the applicant.

See

Import applicants API Reference

Defined in

src/client.ts:761


middleNameEn

Optional middleNameEn: string

Automatic transliteration of the middle name.

See

Import applicants API Reference

Defined in

src/client.ts:767


nationality

Optional nationality: string

Alpha-3 country code.

See

Import applicants API Reference

Defined in

src/client.ts:773


placeOfBirth

Optional placeOfBirth: string

The applicant birthplace.

See

Import applicants API Reference

Defined in

src/client.ts:779


stateOfBirth

Optional stateOfBirth: string

Applicant state of birth.

See

Import applicants API Reference

Defined in

src/client.ts:785


tin

Optional tin: string

Tax identification number.

See

Import applicants API Reference

Defined in

src/client.ts:791