POST api/TimesheetConfig
Request Information
URI Parameters
None.
Body Parameters
CreateTimesheetConfigCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| IsEnabled | boolean |
None. |
|
| IsAutoFill | boolean |
None. |
|
| IsAllowAdvanceEntry | boolean |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"IsEnabled": true,
"IsAutoFill": true,
"IsAllowAdvanceEntry": true,
"StartDate": "sample string 5",
"EndDate": "sample string 6",
"UserId": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.