Timesheetweeklyovertimehide
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 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
}