POST api/MonthlyAttendanceManagement/getMonthlyAttendanceData

Request Information

URI Parameters

None.

Body Parameters

MonthlyAttendanceMasterView
NameDescriptionTypeAdditional information
Date

date

None.

DisDate

string

None.

IVR

integer

None.

DepartmentName

string

None.

ContarctorName

string

None.

WorkOrderNo

string

None.

ContractMan

string

None.

Department

string

None.

Designation

string

None.

InTime

date

None.

OutTime

date

None.

WHR

string

None.

OT

decimal number

None.

UserId

integer

None.

ReportingstartDate

date

None.

ReportingendDate

date

None.

PlantCode

integer

None.

ContractorCode

integer

None.

WorkorderCode

integer

None.

LicenseCode

integer

None.

WcpolicyCode

integer

None.

ContractorId

integer

None.

WOId

integer

None.

WcPolicy

integer

None.

LicenceId

integer

None.

PlantId

integer

None.

startDate

date

None.

EndDate

date

None.

SN

integer

None.

Nameandsurnameofworkman

string

None.

FullName

string

None.

SubContractorCode

integer

None.

SubLicenseCode

integer

None.

SubWorkOrderCode

integer

None.

Hours

integer

None.

LabourDemandType

integer

None.

Active

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Date": "2026-06-21T08:09:26.747837+00:00",
  "DisDate": "6/21/2026",
  "IVR": 1,
  "DepartmentName": "sample string 1",
  "ContarctorName": "sample string 2",
  "WorkOrderNo": "sample string 3",
  "ContractMan": "sample string 4",
  "Department": "sample string 5",
  "Designation": "sample string 6",
  "InTime": "2026-06-21T08:09:26.747837+00:00",
  "OutTime": "2026-06-21T08:09:26.747837+00:00",
  "WHR": "sample string 7",
  "OT": 8.0,
  "UserId": 9,
  "ReportingstartDate": "2026-06-21T08:09:26.747837+00:00",
  "ReportingendDate": "2026-06-21T08:09:26.747837+00:00",
  "PlantCode": 1,
  "ContractorCode": 1,
  "WorkorderCode": 1,
  "LicenseCode": 1,
  "WcpolicyCode": 1,
  "ContractorId": 1,
  "WOId": 1,
  "WcPolicy": 1,
  "LicenceId": 1,
  "PlantId": 1,
  "startDate": "2026-06-21T08:09:26.747837+00:00",
  "EndDate": "2026-06-21T08:09:26.747837+00:00",
  "SN": 1,
  "Nameandsurnameofworkman": "sample string 10",
  "FullName": "sample string 11",
  "SubContractorCode": 1,
  "SubLicenseCode": 1,
  "SubWorkOrderCode": 1,
  "Hours": 1,
  "LabourDemandType": 1,
  "Active": true
}

application/xml, text/xml

Sample:
<MonthlyAttendanceMasterView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModelHRMS">
  <Active>true</Active>
  <ContarctorName>sample string 2</ContarctorName>
  <ContractMan>sample string 4</ContractMan>
  <ContractorCode>1</ContractorCode>
  <ContractorId>1</ContractorId>
  <Date>2026-06-21T08:09:26.747837+00:00</Date>
  <Department>sample string 5</Department>
  <DepartmentName>sample string 1</DepartmentName>
  <Designation>sample string 6</Designation>
  <EndDate>2026-06-21T08:09:26.747837+00:00</EndDate>
  <FullName>sample string 11</FullName>
  <Hours>1</Hours>
  <IVR>1</IVR>
  <InTime>2026-06-21T08:09:26.747837+00:00</InTime>
  <LabourDemandType>1</LabourDemandType>
  <LicenceId>1</LicenceId>
  <LicenseCode>1</LicenseCode>
  <Nameandsurnameofworkman>sample string 10</Nameandsurnameofworkman>
  <OT>8</OT>
  <OutTime>2026-06-21T08:09:26.747837+00:00</OutTime>
  <PlantCode>1</PlantCode>
  <PlantId>1</PlantId>
  <ReportingendDate>2026-06-21T08:09:26.747837+00:00</ReportingendDate>
  <ReportingstartDate>2026-06-21T08:09:26.747837+00:00</ReportingstartDate>
  <SN>1</SN>
  <SubContractorCode>1</SubContractorCode>
  <SubLicenseCode>1</SubLicenseCode>
  <SubWorkOrderCode>1</SubWorkOrderCode>
  <UserId>9</UserId>
  <WHR>sample string 7</WHR>
  <WOId>1</WOId>
  <WcPolicy>1</WcPolicy>
  <WcpolicyCode>1</WcpolicyCode>
  <WorkOrderNo>sample string 3</WorkOrderNo>
  <WorkorderCode>1</WorkorderCode>
  <startDate>2026-06-21T08:09:26.747837+00:00</startDate>
</MonthlyAttendanceMasterView>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>