GET api/Hire?employeeId={employeeId}
Gets the specified company ids.
Request Information
Parameters
| Name | Description |
|---|---|
|
employeeId
(param in the URI) |
The employee identifier. |
Response Information
Netchex.API.Internal.Models.HrPremier.Employee_Hire.
Response body formats
application/json, text/json
Sample:
{
"Employee_Cd": "",
"OriginalHire_Dt": "2000-01-01T00:00:00",
"SecondaryHire_Dt": "2000-01-01T00:00:00",
"Termination_Dt": "2000-01-01T00:00:00",
"Termination_Type_Cd": "",
"Termination_Type_Txt": "",
"Active_Ind": false,
"Rehire_Ind": false,
"Cobra_Ind": false,
"Removed_Ind": false,
"Workers_Comp_Ind": false,
"Job_Cd": "",
"Status_Cd": "",
"Step_Cd": "",
"Shift_Cd": "",
"Employee_Type_Cd": "",
"EmployeeStatus_Cd": "",
"Benefits_Effective_Dt": "2000-01-01T00:00:00",
"Performance_Review_Dt": "2000-01-01T00:00:00",
"Performance_Rating_Cd": "",
"Next_Performance_Review_Dt": "2000-01-01T00:00:00",
"Supervisor_Cd": "",
"Supervisor_Nm": "",
"CurrentSalary_Amt": 0.0,
"PreviousSalary_Amt": 0.0,
"Bonus_Pct": 0.0,
"User_Cd": "",
"Program_Nm": "",
"LastUpdated_Dt": "2000-01-01T00:00:00",
"PrimaryEmployee_Ind": false,
"PrimaryEmployee_Cd": "",
"RetirementEligible_Dt": "2000-01-01T00:00:00",
"BenefitsEligible_Dt": "2000-01-01T00:00:00",
"DependentsAdd_Dt": "2000-01-01T00:00:00",
"Position_Dt": "2000-01-01T00:00:00",
"ReTermination_Dt": "2000-01-01T00:00:00",
"LeaveOrInactiveStart_Dt": "2000-01-01T00:00:00",
"LeaveOrInactiveEnd_Dt": "2000-01-01T00:00:00",
"RetiredOrDeceased_Dt": "2000-01-01T00:00:00",
"SecondaryManager_Cd": "",
"Termination_Cd": "",
"EffectiveHire_Dt": "2000-01-01T00:00:00",
"ReTermination_Cd": "",
"EmployeeId": 0,
"Person_HireId": 0,
"CompanyId": 0
}
application/xml, text/xml
Sample:
<Employee_Hire xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netchex.API.Internal.Models.HrPremier"> <Active_Ind>false</Active_Ind> <BenefitsEligible_Dt>2000-01-01T00:00:00</BenefitsEligible_Dt> <Benefits_Effective_Dt>2000-01-01T00:00:00</Benefits_Effective_Dt> <Bonus_Pct>0</Bonus_Pct> <Cobra_Ind>false</Cobra_Ind> <CompanyId>0</CompanyId> <CurrentSalary_Amt>0</CurrentSalary_Amt> <DependentsAdd_Dt>2000-01-01T00:00:00</DependentsAdd_Dt> <EffectiveHire_Dt>2000-01-01T00:00:00</EffectiveHire_Dt> <EmployeeId>0</EmployeeId> <EmployeeStatus_Cd></EmployeeStatus_Cd> <Employee_Cd></Employee_Cd> <Employee_Type_Cd></Employee_Type_Cd> <Job_Cd></Job_Cd> <LastUpdated_Dt>2000-01-01T00:00:00</LastUpdated_Dt> <LeaveOrInactiveEnd_Dt>2000-01-01T00:00:00</LeaveOrInactiveEnd_Dt> <LeaveOrInactiveStart_Dt>2000-01-01T00:00:00</LeaveOrInactiveStart_Dt> <Next_Performance_Review_Dt>2000-01-01T00:00:00</Next_Performance_Review_Dt> <OriginalHire_Dt>2000-01-01T00:00:00</OriginalHire_Dt> <Performance_Rating_Cd></Performance_Rating_Cd> <Performance_Review_Dt>2000-01-01T00:00:00</Performance_Review_Dt> <Person_HireId>0</Person_HireId> <Position_Dt>2000-01-01T00:00:00</Position_Dt> <PreviousSalary_Amt>0</PreviousSalary_Amt> <PrimaryEmployee_Cd></PrimaryEmployee_Cd> <PrimaryEmployee_Ind>false</PrimaryEmployee_Ind> <Program_Nm></Program_Nm> <ReTermination_Cd></ReTermination_Cd> <ReTermination_Dt>2000-01-01T00:00:00</ReTermination_Dt> <Rehire_Ind>false</Rehire_Ind> <Removed_Ind>false</Removed_Ind> <RetiredOrDeceased_Dt>2000-01-01T00:00:00</RetiredOrDeceased_Dt> <RetirementEligible_Dt>2000-01-01T00:00:00</RetirementEligible_Dt> <SecondaryHire_Dt>2000-01-01T00:00:00</SecondaryHire_Dt> <SecondaryManager_Cd></SecondaryManager_Cd> <Shift_Cd></Shift_Cd> <Status_Cd></Status_Cd> <Step_Cd></Step_Cd> <Supervisor_Cd></Supervisor_Cd> <Supervisor_Nm></Supervisor_Nm> <Termination_Cd></Termination_Cd> <Termination_Dt>2000-01-01T00:00:00</Termination_Dt> <Termination_Type_Cd></Termination_Type_Cd> <Termination_Type_Txt></Termination_Type_Txt> <User_Cd></User_Cd> <Workers_Comp_Ind>false</Workers_Comp_Ind> </Employee_Hire>