Timecard Add-On Profiles

This resource allows you retrieve and manipulate Timecard Add-On profiles.

A Timecard Add-On profile allows you to customize a Timecard Add-On view, which determines what each employee sees in their Timecard Add-On user interface. Such view settings include the columns displayed and their labels, widths, and default visibilities.

Operations


Create Timecard Add-On Profile
POST /v1/timekeeping/setup/timecard_addon_profiles


Delete Timecard Add-On Profile by ID
DELETE /v1/timekeeping/setup/timecard_addon_profiles/{id}


Retrieve All Timecard Add-On Profiles
GET /v1/timekeeping/setup/timecard_addon_profiles


Retrieve Timecard Add-On Profile by ID
GET /v1/timekeeping/setup/timecard_addon_profiles/{id}


Update Timecard Add-On Profile by ID
PUT /v1/timekeeping/setup/timecard_addon_profiles/{id}