POST api/hrmLeaveQuota/Getall
Request Information
URI Parameters
None.
Body Parameters
hrmLeaveQuota| Name | Description | Type | Additional information |
|---|---|---|---|
| IsActive | boolean |
None. |
|
| AlteredOn | date |
None. |
|
| CreatedOn | date |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| ActionTypeId | integer |
None. |
|
| AlteredById | integer |
None. |
|
| CompanyId | integer |
None. |
|
| CreatedById | integer |
None. |
|
| LeaveQuotaId | integer |
None. |
|
| LocationId | integer |
None. |
|
| OrganizationId | integer |
None. |
|
| UserLogId | integer |
None. |
|
| Description | string |
None. |
|
| HrmLeaveQuotaDetailList | Collection of hrmLeaveQuotaDetail |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsActive": true,
"AlteredOn": "2025-10-29T13:07:41.1301714+05:00",
"CreatedOn": "2025-10-29T13:07:41.1301714+05:00",
"FromDate": "2025-10-29T13:07:41.1301714+05:00",
"ToDate": "2025-10-29T13:07:41.1301714+05:00",
"ActionTypeId": 6,
"AlteredById": 7,
"CompanyId": 8,
"CreatedById": 9,
"LeaveQuotaId": 10,
"LocationId": 11,
"OrganizationId": 12,
"UserLogId": 13,
"Description": "sample string 14",
"HrmLeaveQuotaDetailList": [
{
"LeaveQuotaDetailId": 1,
"LeaveQuotaId": 2,
"LeaveTypeProfileId": 3,
"QuotaValue": 4,
"ProfileTypeName": "sample string 5",
"ProfileName": "sample string 6"
},
{
"LeaveQuotaDetailId": 1,
"LeaveQuotaId": 2,
"LeaveTypeProfileId": 3,
"QuotaValue": 4,
"ProfileTypeName": "sample string 5",
"ProfileName": "sample string 6"
}
]
}
application/xml, text/xml
Sample:
<hrmLeaveQuota xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.HRM.PolicyManagment">
<ActionTypeId>6</ActionTypeId>
<AlteredById>7</AlteredById>
<AlteredOn>2025-10-29T13:07:41.1301714+05:00</AlteredOn>
<CompanyId>8</CompanyId>
<CreatedById>9</CreatedById>
<CreatedOn>2025-10-29T13:07:41.1301714+05:00</CreatedOn>
<Description>sample string 14</Description>
<FromDate>2025-10-29T13:07:41.1301714+05:00</FromDate>
<HrmLeaveQuotaDetailList>
<hrmLeaveQuotaDetail>
<LeaveQuotaDetailId>1</LeaveQuotaDetailId>
<LeaveQuotaId>2</LeaveQuotaId>
<LeaveTypeProfileId>3</LeaveTypeProfileId>
<ProfileName>sample string 6</ProfileName>
<ProfileTypeName>sample string 5</ProfileTypeName>
<QuotaValue>4</QuotaValue>
</hrmLeaveQuotaDetail>
<hrmLeaveQuotaDetail>
<LeaveQuotaDetailId>1</LeaveQuotaDetailId>
<LeaveQuotaId>2</LeaveQuotaId>
<LeaveTypeProfileId>3</LeaveTypeProfileId>
<ProfileName>sample string 6</ProfileName>
<ProfileTypeName>sample string 5</ProfileTypeName>
<QuotaValue>4</QuotaValue>
</hrmLeaveQuotaDetail>
</HrmLeaveQuotaDetailList>
<IsActive>true</IsActive>
<LeaveQuotaId>10</LeaveQuotaId>
<LocationId>11</LocationId>
<OrganizationId>12</OrganizationId>
<ToDate>2025-10-29T13:07:41.1301714+05:00</ToDate>
<UserLogId>13</UserLogId>
</hrmLeaveQuota>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.