Skip to content

Timesheet Rejections

This section contains an endpoint to reject multiple Timesheet Submissions at once.

Reject Multiple Timesheet Submissions

Request

This endpoint allows you to reject multiple Timesheet Submissions at once.

This endpoint returns structured Resolution objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array and will be indexed by ID in the resolutions top-level JSON key. Please see our Response Format section for more information.

Bodyapplication/jsonrequired
resolutionobject
POST
/timesheet_rejections
{ "resolution": { "description": "string", "submission_ids": [ 0 ] } }

Responses

Resolution has been created.

Bodyapplication/json
resolutionsArray of objects
Response
{ "resolutions": [ { "id": 0, "type": "string", "description": "string", "target_type": "string", "target_id": 0, "user_id": 0, "account_id": 0, "current": true, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } ] }