POST api/WebApp/AddEditShifts/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
None. |
Body Parameters
ShiftsName | Description | Type | Additional information |
---|---|---|---|
ShiftId | integer |
None. |
|
ShiftName | string |
None. |
|
BeginTime | string |
None. |
|
EndTme | string |
None. |
|
GraceTime | integer |
None. |
|
BeginBeforeTime | integer |
None. |
|
EndAfterTime | integer |
None. |
|
WeekOffDays | string |
None. |
|
BiometricId | integer |
None. |
|
FullDayDuration | integer |
None. |
|
HalfDayDuration | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ShiftId": 1, "ShiftName": "sample string 2", "BeginTime": "sample string 3", "EndTme": "sample string 4", "GraceTime": 5, "BeginBeforeTime": 6, "EndAfterTime": 7, "WeekOffDays": "sample string 8", "BiometricId": 9, "FullDayDuration": 10, "HalfDayDuration": 11 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.