Show Overtime

Show timesheet overtime.

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areatspending.json
GeneralYesParameters described in overviewsee overviewStructure of an API call
CompanyYesThe company numbercompany=1
ActionYesThe action to performaction=timesheetweeklyovertimeshow

Example request:

http://<SERVER>/jsonapi/tspending.json?user=user&password=user&version=3.9&action=timesheetweeklyovertimeshow&company=1

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "responsemessage": "overtime set to show.",
  "warningmessage": "",
  "success": true
}