Approves all the requested pending Timesheet Submissions.
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.
Resolution has been created.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "resolution": {
- "description": "string",
- "submission_ids": [
- 0
]
}
}
{- "resolutions": [
- {
- "id": 0,
- "type": "string",
- "description": "string",
- "target_type": "string",
- "target_id": 0,
- "user_id": 0,
- "current": true,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]
}