Adds/updates the break times for an employee.
EmployeeBreak
EmployeeBreak has the following structure:
| 
 Field  | 
 Type  | 
 Required  | 
 Description  | 
| 
 Id  | 
 Integer  | 
 Yes  | 
 Id of the break time record.  | 
| 
 ObjectState  | 
 Enumeration  | 
 Yes  | 
 Indicates the status of the object. -1 = Unchanged 0 = New/Added 1 = Changed 2 = Deleted  | 
| 
 CardDate  | 
 Date  | 
 Yes  | 
 Date of the break time record.  | 
| 
 EmployeeId  | 
 Integer  | 
 Yes  | 
 Id of the employee associated with the break.  | 
| 
 BreakStart  | 
 String  | 
 Yes  | 
 Time the break started, in military (HHMM) format.  | 
| 
 BreakEnd  | 
 String  | 
 Yes  | 
 Time the break finished, in military (HHMM) format.  |