Skip to content

Files

Latest commit

 

History

History
36 lines (33 loc) · 3.14 KB

ContractEmploymentDetailsResponse.md

File metadata and controls

36 lines (33 loc) · 3.14 KB

# ContractEmploymentDetailsResponse

Properties

Name Type Description Notes
cis \SynergiTech\Staffology\Model\ContractCisDetailsResponse [optional]
department \SynergiTech\Staffology\Model\ContractDepartmentResponse [optional]
includeSecondedInfoOnStarter bool [optional]
cisSubContractor bool Set to True if this Employee is a CIS Subcontractor. The ```Cis``` property contains further information [optional]
payrollCode string The Employees Payroll Code. Must be unique within the Employer.
jobTitle string Job Title of Primary role of the Employee [optional]
onHold bool Set to true to temporarily exclude the employee from payruns [optional]
onFurlough bool Set to true if the employee is on furlough. [optional]
furloughStart \DateTime Furlough Start Date. [optional]
furloughEnd \DateTime Furlough End Date. [optional]
furloughCalculationBasis \SynergiTech\Staffology\Model\FurloughCalculationBasis [optional]
furloughCalculationBasisAmount float [optional]
partialFurlough bool Set to true if the employee is partially furloughed. [optional]
furloughHoursNormallyWorked float [optional]
furloughHoursOnFurlough float [optional]
isApprentice bool Set to True if this Employee is an apprentice. This affects the calculations for National Minimum Wage [optional]
apprenticeshipStartDate \DateTime [optional]
apprenticeshipEndDate \DateTime [optional]
workingPattern string Used when calculating payments for Leave. If null then the default Working Pattern is used [optional]
forcePreviousPayrollCode string If this property has a non-empty value then a change of Payroll code will be declared on the next FPS. [optional]
starterDetails \SynergiTech\Staffology\Model\ContractStarterDetails [optional]
directorshipDetails \SynergiTech\Staffology\Model\ContractDirectorshipDetails [optional]
leaverDetails \SynergiTech\Staffology\Model\ContractLeaverDetails [optional]
roles \SynergiTech\Staffology\Model\ContractEmployeeRoleItem[] List of Roles held by Employee [optional]
isWorkingInFreePort bool Flag indicating the employee is employed in a Freeport [optional]
isWorkingInInvestmentZone bool Flag indicating the employee is employed in an Investment Zone [optional]
veteranDetails \SynergiTech\Staffology\Model\ContractVeteranDetails [optional]
continuousEmploymentDate \DateTime Date of continuous employment [optional]

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