GET api/Attendance/AttendanceLeaveRule?propertyId={propertyId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
propertyId

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseResultObjOfListOfSelectLeaveRule
NameDescriptionTypeAdditional information
Status

boolean

None.

Mesg

string

None.

Data

Collection of SelectLeaveRule

None.

Response Formats

application/json, text/json

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