Name | Description | Type | Additional information |
---|---|---|---|
PersonId |
Unique identification of the person in the system. The scheduled action record uniquely identified by "PersonId", "SalaryElementExtCode", "DateTo" and "DateFrom" will be removed from the system. |
string |
Required String length: inclusive between 0 and 100 |
SalaryElementExtCode |
The code of the salary elements in the external system. The scheduled action record uniquely identified by "PersonId", "SalaryElementExtCode", "DateTo" and "DateFrom" will be removed from the system. |
string |
Required String length: inclusive between 0 and 15 |
DateFrom |
The begin (Date) of the scheduled action. The scheduled action record uniquely identified by "PersonId", "SalaryElementExtCode", "DateTo" and "DateFrom" will be removed from the system. Only date is valid, time is ignored. "DateTo" and "DateFrom has to match to scheduled action record dates in the system. Do not use those dates as time range values! |
date |
Required Data type: Date |
DateTo |
The end (Date) of the scheduled action. The scheduled action record uniquely identified by "PersonId", "SalaryElementExtCode", "DateTo" and "DateFrom" will be removed from the system. Only date is valid, time is ignored. "DateTo" and "DateFrom has to match to scheduled action record dates in the system. Do not use those dates as time range values! |
date |
Required Data type: Date |
ActionType |
The type of the scheduled action. The meaning is : 0 - day; 1 - half a day[begin]; 2 - half a day[end]; 3 - value; 5 - interval; 6 - maximal value; 7 - interval value; 8 - interval maximal value. Only "day", "half day[begin]", "half day[end]", value and interval types are supported. The action type can internally acquire values "maximal value", "interval value" and "interval maximal value" as well, but usage of them as WebAPI input parameters is not allowed. When mandatory parameters are not enough to identify scheduled action record for cleaning then optional parameter "ActionType" can be used for that |
integer |
Matching regular expression pattern: [0,1,2,3,5] |
ValueDays |
Value - Days. When mandatory parameters are not enough to identify scheduled action record for cleaning then optional parameter "ValueDays" can be used for that |
decimal number |
None. |
ValueTime |
Value - Duration in minutes. When mandatory parameters are not enough to identify scheduled action record for cleaning then optional parameter "ValueTime" can be used for that |
integer |
None. |
IntervalBegin |
Value - IntervalBegin (time in minutes since day begin. For example: time 08:00 is 480 minutes). When mandatory parameters are not enough to identify scheduled action record for cleaning then optional parameter "IntervalBegin" can be used for that |
integer |
None. |
IntervalEnd |
Value - IntervalEnd (time in minutes since day begin. For example: time 15:00 is 900 minutes). When mandatory parameters are not enough to identify scheduled action record for cleaning then optional parameter "IntervalEnd" can be used for that |
integer |
None. |
Description |
The description |
string |
String length: inclusive between 0 and 4000 |