Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 493 Bytes

File metadata and controls

38 lines (34 loc) · 493 Bytes
description Automatically generated file. DO NOT MODIFY
mgc teams schedule time-cards create --team-id {team-id} --body '{
\
  "clockInEvent": {
\
    "dateTime": "2025-01-07T21:00:00.000Z",
\
    "isAtApprovedLocation": true,
\
    "notes": {
\
      "content": "Started late due to traffic in CA 237",
\
      "contentType": "text"
\
    }
\
  },
\
  "clockOutEvent": {
\
    "dateTime": "2025-01-07T21:30:00.000Z",
\
    "isAtApprovedLocation": true
\
  }
\
}
\
'