GET api/Attendance/SupplementCardRuleDetail?propertyId={propertyId}&staffId={staffId}
获取补卡规则信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyId | string |
Required |
|
| staffId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": {}
}