Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 324 Bytes

File metadata and controls

24 lines (20 loc) · 324 Bytes
description Automatically generated file. DO NOT MODIFY
mgc teams schedule time-cards clock-out post --team-id {team-id} --time-card-id {timeCard-id} --body '{
\
    "isAtApprovedLocation": true,
\
    "notes": {
\
        "contentType": "text",
\
        "content": "clocking out"
\
    }
\
}
\
'