PUT api/TimeSheetSimple/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
TimeSheetSimpleParam| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskId | integer |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| DateTime | Collection of string |
None. |
|
| UpdateType | integer |
None. |
|
| SimpleTaskId | integer |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaskId": 1,
"StartDate": "sample string 2",
"EndDate": "sample string 3",
"DateTime": [
"sample string 1",
"sample string 2"
],
"UpdateType": 4,
"SimpleTaskId": 5,
"Status": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.