Approve Timesheets by IDs

Endpoint: POST /timesheets/approve

Description: Approve 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 // optional - default is false
}

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