PUT api/EmployeeSchedule/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

EditEmployeeScheduleCommand
NameDescriptionTypeAdditional information
Id

integer

None.

JobContractId

integer

None.

WorkScheduleId

integer

None.

IsCustom

boolean

None.

WorkScheduleDays

Collection of string

None.

UserId

string

None.

TimeZone

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "JobContractId": 2,
  "WorkScheduleId": 3,
  "IsCustom": true,
  "WorkScheduleDays": [
    "sample string 1",
    "sample string 2"
  ],
  "UserId": "sample string 5",
  "TimeZone": "sample string 6"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.