Timesheet Weekly Overtime Hide

Timesheetweeklyovertimehide

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 timesheetweeklyovertimehide hides any overtime 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 hide.</SuccessText>
</Success>
</Responses>
{
    "responsecode": 1,
    "responsestatus": "OK",
    "errorcode": 0,
    "errormessage": "",
    "responsemessage": "overtime set to hide.",
    "success": true
}