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

获取补卡规则信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
propertyId

string

Required

staffId

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseResultObjOfObject
NameDescriptionTypeAdditional information
Status

boolean

None.

Mesg

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Mesg": "sample string 2",
  "Data": {}
}