Timesheet Weekly Overtime Show

Timesheetweeklyovertimeshow

ParameterTypeDescription

[IN]

Parameters described in Overview

CompanyString

[IN]

The users default company number for the companies list

ActionString

[IN]

Identifier for the list requested

ResourceString

[IN]

Identifier for the resource context

ResponseXML/JSON

[OUT]

An XML tree / JSON string containing success indicators.

Description

Calling the timesheets API with an action of timesheetweeklyovertimeshow shows all overtime even if the relevant time entries do not have time against them.

Return Values

Response –Success and response message indicators.

The structure of the response is:

<Responses>
<Success>
<SuccessText>overtime set to show.</SuccessText>
</Success>
</Responses>
{
    "responsecode": 1,
    "responsestatus": "OK",
    "errorcode": 0,
    "errormessage": "",
    "responsemessage": "overtime set to show.",
    "success": true
}