POST api/TimeSheetReview
Request Information
URI Parameters
None.
Body Parameters
TimeSheetReviewParam| Name | Description | Type | Additional information |
|---|---|---|---|
| TimeSheetId | integer |
None. |
|
| TimeSheetType | integer |
None. |
|
| ApproverUserId | integer |
None. |
|
| Notes | string |
None. |
|
| Status | integer |
None. |
|
| IsDelegate | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"TimeSheetId": 1,
"TimeSheetType": 2,
"ApproverUserId": 3,
"Notes": "sample string 4",
"Status": 5,
"IsDelegate": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.