The response to the request to create a BreakType
. The response contains
the created BreakType
object and might contain a set of Error
objects if
the request resulted in errors.
CreateBreakTypeResponse
Name | Type | Tags | Description | Getter |
---|---|---|---|---|
BreakType |
BreakType |
Optional | A defined break template that sets an expectation for possible Break instances on a Shift . |
BreakType getBreakType() |
Errors |
List<Error> |
Optional | Any errors that occurred during the request. | List getErrors() |
{
"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
},
"errors": [
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "MAP_KEY_LENGTH_TOO_LONG",
"detail": "detail6",
"field": "field4"
},
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "MAP_KEY_LENGTH_TOO_LONG",
"detail": "detail6",
"field": "field4"
},
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "MAP_KEY_LENGTH_TOO_LONG",
"detail": "detail6",
"field": "field4"
}
]
}