Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 407 Bytes

File metadata and controls

24 lines (18 loc) · 407 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const timeCard = {
  isAtApprovedLocation: true,
  notes: {
    content: 'Started late due to traffic',
    contentType: 'text'
  }
};

await client.api('/teams/fd15cad8-80f6-484f-9666-3caf695fbf32/schedule/timeCards/clockin')
	.post(timeCard);