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