Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 552 Bytes

update-break-type-request.md

File metadata and controls

29 lines (20 loc) · 552 Bytes

Update Break Type Request

A request to update a BreakType

Structure

Update Break Type Request

Fields

Name Type Tags Description
break_type Break Type Required A defined break template that sets an expectation for possible Break
instances on a Shift.

Example (as JSON)

{
  "break_type": {
    "break_name": "Lunch",
    "expected_duration": "PT50M",
    "is_paid": true,
    "location_id": "26M7H24AZ9N6R",
    "version": 1
  }
}