Timesheet Weekly Overtime Show

Timesheetweeklyovertimeshow

Parameter

Type

Description

[IN]

Parameters described in Overview

Company

String

[IN]

The users default company number for the companies list

Action

String

[IN]

Identifier for the list requested

Resource

String

[IN]

Identifier for the resource context

Response

XML/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
}