Unapprove Timesheets by IDs

Endpoint: POST /timesheets/unapprove

Description: Unapprove specific timesheets by providing their IDs in the ids field. You can also mute notifications by setting mute_notification to true.

Request Body Sample:

{
    "ids":[1,2],
    "mute_notification": false
}

Language
URL
Click Try It! to start a request and see the response here!