Overview
This section describes the steps required to create a new employee record, contract, and allocation using the old method.
Steps
-
Create Employee
- Method:
[POST] sprEmployee
- Fields:
firstName
surname
employmentDate
- Method:
-
Get Employee Personal Info
- Method:
[GET] sprEmplPersonalInfo
- Filter:
$filter employeeId
- Save:
id
- Method:
-
Update Employee Personal Info
- Method:
[PATCH] sprEmplPersonalInfo
- Fields:
Personal number and other information
- Method:
-
Create Contract
- Method:
[POST] sprContract
- Fields:
employeeNumber / employeeId
startDate
contractType
- Method:
-
Create Allocation
- Method:
[POST] sprAllocation
- Fields:
employeeNumber / employeeId
contractNumber / contractId
startDate
positionCode / positionId
emplPostGroupCode / emplPostGroupId
wScheduleFormulaCode / wScheduleFormulaId
- Method:
-
Get Allocation Salary
- Method:
[GET] sprAllocationSalary
- Filter:
$filter allocationId
- Save:
id
- Method:
-
Update Allocation Salary
- Method:
[PATCH] sprAllocationSalary
- Fields:
salaryType
basePayType
basePayAmountType
basePayAmount
- Method: