Reject timesheets

POST /api-v1/timesheet/reject

Returns ids of rejected timesheets

Headers

Responses

POST /api-v1/timesheet/reject
curl \
 --request POST http://wyzio.app/api-v1/timesheet/reject \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
[
  42
]