A request to create a new BreakType
CreateBreakTypeRequest
Name | Type | Tags | Description | Getter |
---|---|---|---|---|
IdempotencyKey |
String |
Optional | Unique string value to insure idempotency of the operation | String getIdempotencyKey() |
BreakType |
BreakType |
A defined break template that sets an expectation for possible Break instances on a Shift . |
BreakType getBreakType() |
{
"idempotency_key": "PAD3NG5KSN2GL",
"break_type": {
"location_id": "CGJN03P1D08GF",
"break_name": "Lunch Break",
"expected_duration": "PT30M",
"is_paid": true
}
}