The response to the request to create a BreakType
. Contains
the created BreakType
object. May contain a set of Error
objects if
the request resulted in errors.
Create Break Type Response
Name | Type | Tags | Description |
---|---|---|---|
break_type |
Break Type |
Optional | A defined break template that sets an expectation for possible Break instances on a Shift . |
errors |
List of Error |
Optional | Any errors that occurred during the request. |
{
"break_type": {
"break_name": "Lunch Break",
"created_at": "2019-02-26T22:42:54Z",
"expected_duration": "PT30M",
"id": "49SSVDJG76WF3",
"is_paid": true,
"location_id": "CGJN03P1D08GF",
"updated_at": "2019-02-26T22:42:54Z",
"version": 1
}
}