ApplicantInterview
Description
Provides interview information for a job applicant.
Properties
Property | Type | Length | Default | Description |
|---|---|---|---|---|
CompanyCode | string | 5 | N/A | A string that specifies the company ID. |
InterviewItems | N/A | N/A | A collection of ApplicantInterviewItem objects that provide additional information about the interview. | |
ApplicantInterviewKey | N/A | N/A | The key that uniquely identifies the applicant interview object. | |
EffectiveDate | dateTime | N/A | N/A | The date of the interview. |
DepartmentKey | N/A | N/A | A key that uniquely identifies the department associated with the application. | |
DivisionKey | N/A | N/A | A key that uniquely identifies the division associated with the applciation. | |
PositionKey | N/A | N/A | A key that specifies the position associated with the application. | |
ReviewRating | decimal | N/A | 0 | Specifies the score from the interview. |
ReviewRange | int | N/A | N/A | Specifies the range associated with the rating. |
WeightedScore | int | N/A | N/A | Specifies the weighted score from the interview. |
TotalWeight | int | N/A | N/A | Specifies a weight value for the interview. |
Notes | string | 8000 | Empty | Additional information associated with the interview. |
InterviewTypeCode | int | N/A | N/A | Specifies the type of interview. |
DeleteOnUpdate | boolean | N/A | False | Set this flag to True when calling the Update operation to remove applicant interview information. |