2.3 Withdraw approved working hours: initiate application
post /rest/shdsd-Timesheet/3/auditLog/revokeApproved/{worklogId}
API Documentation
When the submitted work log is still in approved status, the owner of the work log can initiate an application to withdraw 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 |
Request example
{
"reason": "Date error"
} |
Request BODY Details
Parameter | Type | Description | Required | Default Value |
---|---|---|---|---|
reason | String | Reason for the application to withdraw working hours. | Required |
|
Return Example
{
"msg": "ok"
} |