ApplicantSummary
Description
A representation of the important details of a job applicant. The properties are read-only.
Properties
Property | Type | Length | Default | Description |
|---|---|---|---|---|
ApplicantKey | N/A | N/A | A key that uniquely identifies the applicant. | |
LastModifiedDate | dateTime | N/A | N/A | The date the application was last modified. The value is in Coordinated Universal Time (UTC). This property is read-only. |
FirstName | string | 15 | N/A | The first name of the applicant. |
LastName | string | 20 | N/A | The last name of the applicant. |
MiddleName | string | 15 | Empty | The middle name of the applicant. |
TaxIdentifier | string | 15 | Empty | A string that specifies the tax identification number for the applicant. |
DivisionKey | N/A | N/A | The DivisionKey object that uniquely identifies the division associated with the applicant. | |
DepartmentKey | N/A | N/A | The DepartmentKey object that uniquely identifies the department associated with the applicant. | |
PositionKey | N/A | N/A | The PositionKey object that uniquely identifies the position associated with the applicant. | |
ApplicationStatus | N/A | 0 | An ApplicationStatus enumeration value that specifies the current status of the application. | |
DateApplied | dateTime | N/A | N/A | The date of the application. |
RequisitionKey | N/A | N/A | A key that uniquely specifies the requisition associated with the applicant. |