Updates an existing Timecard
.
PUT
/v2/labor/timecards/{id}
Updates an existing Timecard
.
When adding a Break
to a Timecard
, any earlier Break
instances in the Timecard
have the end_at
property set to a valid RFC-3339 datetime string.
When closing a Timecard
, all Break
instances in the Timecard
must be complete with end_at
set on each Break
.