POST api/Booking/GetStaffDateTimeMaster

Request Information

URI Parameters

None.

Body Parameters

GetStaffScheduleRequest
NameDescriptionTypeAdditional information
StaKey

integer

None.

CompKey

integer

None.

Subsordemo

string

None.

UserKey

integer

None.

ScheduledDate

date

None.

AbsentReason

string

None.

IsAbsentMarked

boolean

None.

DateNowToday

date

None.

TimeDataGridlist

Collection of StaffScheduleModel

None.

Request Formats

application/json, text/json

Sample:
{
  "StaKey": 1,
  "CompKey": 2,
  "Subsordemo": "sample string 3",
  "UserKey": 4,
  "ScheduledDate": "2026-05-31T14:08:16.5697511+04:00",
  "AbsentReason": "sample string 6",
  "IsAbsentMarked": true,
  "DateNowToday": "2026-05-31T14:08:16.5697511+04:00",
  "TimeDataGridlist": [
    {
      "lineNumb": 1,
      "staKey": 2,
      "userKey": 3,
      "scheduledDate": "2026-05-31T14:08:16.5697511+04:00",
      "transDate": "2026-05-31T14:08:16.5697511+04:00",
      "absentReason": "sample string 6",
      "isAbsentMarked": true,
      "timeLine": 8,
      "timeFrom": "sample string 9",
      "timeTo": "sample string 10",
      "timeKeyFrom": 11,
      "timeKeyTo": 12,
      "compKey": 13
    },
    {
      "lineNumb": 1,
      "staKey": 2,
      "userKey": 3,
      "scheduledDate": "2026-05-31T14:08:16.5697511+04:00",
      "transDate": "2026-05-31T14:08:16.5697511+04:00",
      "absentReason": "sample string 6",
      "isAbsentMarked": true,
      "timeLine": 8,
      "timeFrom": "sample string 9",
      "timeTo": "sample string 10",
      "timeKeyFrom": 11,
      "timeKeyTo": 12,
      "compKey": 13
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.