POST api/UserManagement/getDailyAttendanceFromWHData

Request Information

URI Parameters

None.

Body Parameters

GetDailyAttendanceFromWHRequestData
NameDescriptionTypeAdditional information
ContractorId

integer

None.

WorkOrder

integer

None.

WcPolicy

integer

None.

SubContractorId

integer

None.

SubContractorWorkOrder

integer

None.

SubContractorWcPolicy

integer

None.

NatureOfWork

integer

None.

Gender

string

None.

WorkerCategory

integer

None.

Department

string

None.

WorkType

integer

None.

Active

boolean

None.

StartDate

date

None.

EndDate

date

None.

PlantCode

string

None.

DemandType

integer

None.

WorkingHour

integer

None.

potype

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ContractorId": 1,
  "WorkOrder": 1,
  "WcPolicy": 1,
  "SubContractorId": 1,
  "SubContractorWorkOrder": 1,
  "SubContractorWcPolicy": 1,
  "NatureOfWork": 1,
  "Gender": "sample string 1",
  "WorkerCategory": 1,
  "Department": "sample string 2",
  "WorkType": 1,
  "Active": true,
  "StartDate": "2026-06-21T08:18:08.1843145+00:00",
  "EndDate": "2026-06-21T08:18:08.1843145+00:00",
  "PlantCode": "sample string 3",
  "DemandType": 4,
  "WorkingHour": 1,
  "potype": "sample string 5"
}

application/xml, text/xml

Sample:
<GetDailyAttendanceFromWHRequestData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModelHRMS">
  <Active>true</Active>
  <ContractorId>1</ContractorId>
  <DemandType>4</DemandType>
  <Department>sample string 2</Department>
  <EndDate>2026-06-21T08:18:08.1843145+00:00</EndDate>
  <Gender>sample string 1</Gender>
  <NatureOfWork>1</NatureOfWork>
  <PlantCode>sample string 3</PlantCode>
  <StartDate>2026-06-21T08:18:08.1843145+00:00</StartDate>
  <SubContractorId>1</SubContractorId>
  <SubContractorWcPolicy>1</SubContractorWcPolicy>
  <SubContractorWorkOrder>1</SubContractorWorkOrder>
  <WcPolicy>1</WcPolicy>
  <WorkOrder>1</WorkOrder>
  <WorkType>1</WorkType>
  <WorkerCategory>1</WorkerCategory>
  <WorkingHour>1</WorkingHour>
  <potype>sample string 5</potype>
</GetDailyAttendanceFromWHRequestData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DataTable
NameDescriptionTypeAdditional information
CaseSensitive

boolean

None.

IsInitialized

boolean

None.

RemotingFormat

SerializationFormat

None.

ChildRelations

Collection of Object

None.

Columns

Collection of Object

None.

Constraints

Collection of Object

None.

DataSet

DataSet

None.

DefaultView

Collection of Object

None.

DisplayExpression

string

None.

ExtendedProperties

Dictionary of Object [key] and Object [value]

None.

HasErrors

boolean

None.

Locale

CultureInfo

None.

MinimumCapacity

integer

None.

ParentRelations

Collection of Object

None.

PrimaryKey

Collection of DataColumn

None.

Rows

Collection of Object

None.

TableName

string

None.

Namespace

string

None.

Prefix

string

None.

Site

ISite

None.

Container

IContainer

None.

DesignMode

boolean

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.