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:
firstNamesurnameemploymentDate
- 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 / employeeIdstartDatecontractType
- Method:
-
Create Allocation
- Method:
[POST] sprAllocation - Fields:
employeeNumber / employeeIdcontractNumber / contractIdstartDatepositionCode / positionIdemplPostGroupCode / emplPostGroupIdwScheduleFormulaCode / wScheduleFormulaId
- Method:
-
Get Allocation Salary
- Method:
[GET] sprAllocationSalary - Filter:
$filter allocationId - Save:
id
- Method:
-
Update Allocation Salary
- Method:
[PATCH] sprAllocationSalary - Fields:
salaryTypebasePayTypebasePayAmountTypebasePayAmount
- Method: