TimeCardActionCommand Class |
Namespace: CorrigoService.Commands
[SerializableAttribute] public class TimeCardActionCommand : CommandRequest
The TimeCardActionCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActionId |
Defines type of the action performed; TimeCardAction enumeration.
|
![]() | Comment |
Optional comment.
|
![]() | EmployeeId |
User ID. Together with WeekStartDate defines which TimeCard entity will be modified
|
![]() | WeekStartDate |
Date value; must be equal to one of existing Time Card Week’s start date. This parameter effectively defines reference to Time Card Week.
|