ApplicantWorkHistory
Description
Provides information about the prior work history of an applicant.
Properties
Property |
Type |
Length |
Default |
Description |
---|---|---|---|---|
ApplicantWorkHistoryKey |
N/A |
N/A |
A key that uniquely identifies a work history object for an applicant. |
|
Wage |
decimal |
N/A |
Empty |
Specifies the applicant wage while working for the specified employer. |
CompensationPeriod |
N/A |
N/A |
A CompensationPeriod enumeration value that specifies how the wage of the applicant was calculated. |
|
PositionKey |
N/A |
N/A |
The PositionKey object that identifies the position the applicant had with another employer. |
|
StartDate |
dateTime |
N/A |
N/A |
Specifies the date the applicant started working for the specified employer. |
EndDate |
dateTime |
N/A |
N/A |
Specifies the date the applicant stopped workfing for the specified employer. |
YearsOfExperience |
int |
N/A |
N/A |
Specifies the number of years the applicant worked for the specified employer. |
Notes |
string |
8000 |
Empty |
Specifies additional information associated with the work history of the applicant. |
LastModifiedBy |
string |
15 |
N/A |
A string that specifies the namde of the user who last modified the application. This property is read-only. |
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. |
DeleteOnUpdate |
boolean |
N/A |
False |
Set this flag to True when calling the Update operation to remove applicant work history information. |