2.4 Withdraw approved working hours: ignore application
post /rest/shdsd-Timesheet/3/auditLog/revokeAuditing/{worklogId}/ignore
API Documentation
After initiating the application to withdraw working hours, the applicant can choose to ignore this application. If the application has not yet been processed by the approver, ignoring this application is equivalent to canceling it. If the withdrawal application has already been approved, the applicant must first ignore it in order to reapply for the withdrawal of those hours. The API will be executed on behalf of the work log owner.
Media type
application/json
Path parameters
Parameter | Type | Description | Required |
---|---|---|---|
worklogId | Number | The ID of the work log. | Required |
Return Example
{
"msg": "ok"
} |