POST api/v1/TimeShift/UpdateTimeShift

Request Information

URI Parameters

None.

Body Parameters

TimeShift
NameDescriptionTypeAdditional information
TimeShiftID

integer

None.

_TimeShiftNumber

TIMESHIFTS

None.

_Enabled

FEATURE

None.

_From

string

None.

_To

string

None.

_Week

Week

None.

_TimeZone

TimeZone

None.

Request Formats

application/json, text/json

Sample:
{
  "TimeShiftID": 1,
  "_TimeShiftNumber": 0,
  "_Enabled": 0,
  "_From": "sample string 2",
  "_To": "sample string 3",
  "_Week": {
    "_Mon": 0,
    "_Tue": 0,
    "_Wed": 0,
    "_Thu": 0,
    "_Fr": 0,
    "_Sat": 0,
    "_Sun": 0,
    "_Hol": 0,
    "_Sp": 0
  },
  "_TimeZone": {
    "TimezoneID": 1,
    "_TimeZoneNumber": 0,
    "_Description": "sample string 2",
    "_Shifts": []
  }
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.