PUT api/timesheet/EnableTSTrigger
Enables the `cacheRateInsertTimesheet` trigger and populates the table with missing data.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a boolean `true` indicating the trigger was enabled and data was populated. On failure: HTTP 400 Bad Request with a generic error message.
booleanResponse Formats
application/json, text/json, application/scim+json
Sample:
true