Timecard Settings

This resource allows you access to timecard settings. Operations against this resource allow you to create, read, update, and delete timecard settings data.

A timecard setting allows you to define what each employee sees in his or her timecard user interface. Such settings include the types of actions each employee can perform and which addons are displayed.

These settings apply only to the suite's main user interface and do not allow control over any aspect of third-party user interfaces built on the API.

Operations


Create Timecard Setting
POST /v1/timekeeping/setup/timecard_settings


Delete Timecard Setting by ID
DELETE /v1/timekeeping/setup/timecard_settings/{id}


Retrieve All Timecard Settings
GET /v1/timekeeping/setup/timecard_settings


Retrieve Timecard Setting by ID
GET /v1/timekeeping/setup/timecard_settings/{id}


Retrieve Timecard Settings
POST /v1/timekeeping/setup/timecard_settings/multi_read


Update Timecard Setting by ID
PUT /v1/timekeeping/setup/timecard_settings/{id}