Ends the employee's current break.
POST http:///api/v2/ess/{employeeId}/timeandattendance/endbreak
  | Parameter name | Value | Description | Additional | 
|---|---|---|---|
| employeeId | int32 | Required | 
The request body takes a complete EndBreakModel resource, containing the following writable properties:
{
    "employeeId": "int32",
    "image": "byte",
    "ipAddress": "string",
    "isAdminInitiated": "boolean",
    "isPaidBreak": "boolean",
    "kioskId": "int32",
    "latitude": "double",
    "longitude": "double",
    "noteVisibility": "string",
    "recordedTimeUtc": "date-time",
    "utcOffset": "string"
}| Name | Type | Description | 
|---|---|---|
| employeeId | int32 | Nullable | 
| image | byte | Byte[] | 
| ipAddress | string | String | 
| isAdminInitiated | boolean | Boolean | 
| isPaidBreak | boolean | Boolean | 
| kioskId | int32 | Nullable | 
| latitude | double | Nullable | 
| longitude | double | Nullable | 
| noteVisibility | string | Nullable Possible values are: 
 | 
| recordedTimeUtc | date-time | Nullable | 
| utcOffset | string | Nullable | 
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource | 
|---|---|---|
| 200 | OK OK | 
Powered by DapperDox