POST api/CommonTransaction/FlexiReportMaster/GetHeadCountflexiReport
Request Information
URI Parameters
None.
Body Parameters
EmployeeHeadCountFlexiReportViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
None. |
|
| ClientName | string |
None. |
|
| ClientgroupId | integer |
None. |
|
| PayrollCycleDate | date |
None. |
|
| OpeningHeadCount | integer |
None. |
|
| HiredHeadCount | integer |
None. |
|
| DepartureHeadCount | integer |
None. |
|
| ClosingHeadCount | integer |
None. |
|
| Status | byte |
None. |
|
| DataCategory | string |
None. |
|
| PayrollCycleStartDate | date |
None. |
|
| PayrollCycleEndDate | date |
None. |
|
| PayrollCycleId | integer |
None. |
|
| PayPeriodStartDate | date |
None. |
|
| PayPeriodEndDate | date |
None. |
|
| DisplayPayPeriodStartDate | string |
None. |
|
| DisplayPayPeriodEndDate | string |
None. |
|
| DisplayPayrollCycle | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientId": 1,
"ClientName": "sample string 2",
"ClientgroupId": 3,
"PayrollCycleDate": "2026-01-07T07:14:29.287553+05:30",
"OpeningHeadCount": 1,
"HiredHeadCount": 1,
"DepartureHeadCount": 1,
"ClosingHeadCount": 1,
"Status": 64,
"DataCategory": "sample string 6",
"PayrollCycleStartDate": "2026-01-07T07:14:29.287553+05:30",
"PayrollCycleEndDate": "2026-01-07T07:14:29.287553+05:30",
"PayrollCycleId": 9,
"PayPeriodStartDate": "2026-01-07T07:14:29.287553+05:30",
"PayPeriodEndDate": "2026-01-07T07:14:29.287553+05:30",
"DisplayPayPeriodStartDate": "sample string 12",
"DisplayPayPeriodEndDate": "sample string 13",
"DisplayPayrollCycle": "sample string 14"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.