POST api/EmployeeSchedule
Request Information
URI Parameters
None.
Body Parameters
CreateEmployeeScheduleCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| JobContractId | string |
None. |
|
| WorkScheduleId | string |
None. |
|
| IsCustom | boolean |
None. |
|
| WorkScheduleDays | Collection of string |
None. |
|
| UserId | string |
None. |
|
| IsUpdate | boolean |
None. |
|
| StartDate | string |
None. |
|
| IsCreateNow | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"JobContractId": "sample string 1",
"WorkScheduleId": "sample string 2",
"IsCustom": true,
"WorkScheduleDays": [
"sample string 1",
"sample string 2"
],
"UserId": "sample string 4",
"IsUpdate": true,
"StartDate": "sample string 6",
"IsCreateNow": 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.