GET api/Attendance/SelectWorkDateByStaffId?propertyId={propertyId}&staffId={staffId}

根据人员id和公司id获取选择的工作日期

Request Information

URI Parameters

NameDescriptionTypeAdditional information
propertyId

string

Required

staffId

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseResultObjOfListOfSelectWorkDate
NameDescriptionTypeAdditional information
Status

boolean

None.

Mesg

string

None.

Data

Collection of SelectWorkDate

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Mesg": "sample string 2",
  "Data": [
    {
      "Id": "sample string 1",
      "Name": "sample string 2",
      "Year": 3
    },
    {
      "Id": "sample string 1",
      "Name": "sample string 2",
      "Year": 3
    }
  ]
}