Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.01 KB

HiringDetails.md

File metadata and controls

11 lines (8 loc) · 1.01 KB

# HiringDetails

Properties

Name Type Description Notes
application_date \DateTime The application date keeps track of the first time the candidate applies to a Job Advertisement. It is a replica of the hiring pipeline step corresponding to the status 'APPLIED'. Format: 'YYYY-MM-DD'.
hiring_date \DateTime The hiring date keeps track of the date in which the candidate has been hired. It is a replica of the hiring pipeline step corresponding to the status 'HIRED'. Format: 'YYYY-MM-DD'. [optional]
hiring_pipeline \OpenAPI\Client\Model\HiringPipelineStage[] The hiring pipeline is meant to register the candidate history through the hiring process, thus registering both forward and backward steps in any order. [optional]

[Back to Model list] [Back to API list] [Back to README]