Overview
This section describes the steps required to change the allocation position or other fields using the old method.
Steps
-
Create New Allocation Using Current
- Method:
[POST] sprAllocation newUsingCurrent
- Info: This will close the current allocation, create new allocation, create new allocation salary, split absences, work schedule entries, time sheet entries, and fix other internal data.
- Save:
allocationId
- Method:
-
Get Allocation Salaries
- Method:
[GET] sprAllocationSalaries
- Filter:
$filter allocationId
- Save:
id
- Method:
-
Update Allocation and/or Allocation Salaries
- Method:
[PATCH] sprAllocation and/or sprAllocationSalaries
- Fields:
positionCode / positionID
any other field
- Method: