POST api/UserManagement/GetFormDReportData

Request Information

URI Parameters

None.

Body Parameters

FormDMasterView
NameDescriptionTypeAdditional information
ContractorName

string

None.

LabourName

string

None.

Rno

string

None.

Labour_Code

string

None.

A10

string

None.

startDate

date

None.

EndDate

date

None.

PlantId

integer

None.

ContractorId

integer

None.

WOId

integer

None.

LicenceId

integer

None.

WcPolicy

integer

None.

CompanyId

integer

None.

UserCode

integer

None.

POType

string

None.

WorkOrder

integer

None.

License

integer

None.

SubContractorId

integer

None.

SubContractorWorkOrder

integer

None.

SubContractorWcPolicy

integer

None.

SubContractorLicense

integer

None.

NatureOfWork

integer

None.

Gender

string

None.

WorkSiteCategory

integer

None.

Department

string

None.

WorkType

integer

None.

WorkOrderType

string

None.

Active

boolean

None.

Date

date

None.

LabourDemandType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ContractorName": "sample string 1",
  "LabourName": "sample string 2",
  "Rno": "sample string 3",
  "Labour_Code": "sample string 4",
  "A10": "sample string 5",
  "startDate": "2026-06-19T08:56:48.8683236+00:00",
  "EndDate": "2026-06-19T08:56:48.8683236+00:00",
  "PlantId": 1,
  "ContractorId": 1,
  "WOId": 1,
  "LicenceId": 1,
  "WcPolicy": 1,
  "CompanyId": 1,
  "UserCode": 6,
  "POType": "sample string 7",
  "WorkOrder": 8,
  "License": 9,
  "SubContractorId": 10,
  "SubContractorWorkOrder": 11,
  "SubContractorWcPolicy": 12,
  "SubContractorLicense": 13,
  "NatureOfWork": 14,
  "Gender": "sample string 15",
  "WorkSiteCategory": 16,
  "Department": "sample string 17",
  "WorkType": 18,
  "WorkOrderType": "sample string 19",
  "Active": true,
  "Date": "2026-06-19T08:56:48.8723296+00:00",
  "LabourDemandType": 20
}

application/xml, text/xml

Sample:
<FormDMasterView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModelHRMS">
  <A10>sample string 5</A10>
  <Active>true</Active>
  <CompanyId>1</CompanyId>
  <ContractorId>1</ContractorId>
  <ContractorName>sample string 1</ContractorName>
  <Date>2026-06-19T08:56:48.8723296+00:00</Date>
  <Department>sample string 17</Department>
  <EndDate>2026-06-19T08:56:48.8683236+00:00</EndDate>
  <Gender>sample string 15</Gender>
  <LabourDemandType>20</LabourDemandType>
  <LabourName>sample string 2</LabourName>
  <Labour_Code>sample string 4</Labour_Code>
  <LicenceId>1</LicenceId>
  <License>9</License>
  <NatureOfWork>14</NatureOfWork>
  <POType>sample string 7</POType>
  <PlantId>1</PlantId>
  <Rno>sample string 3</Rno>
  <SubContractorId>10</SubContractorId>
  <SubContractorLicense>13</SubContractorLicense>
  <SubContractorWcPolicy>12</SubContractorWcPolicy>
  <SubContractorWorkOrder>11</SubContractorWorkOrder>
  <UserCode>6</UserCode>
  <WOId>1</WOId>
  <WcPolicy>1</WcPolicy>
  <WorkOrder>8</WorkOrder>
  <WorkOrderType>sample string 19</WorkOrderType>
  <WorkSiteCategory>16</WorkSiteCategory>
  <WorkType>18</WorkType>
  <startDate>2026-06-19T08:56:48.8683236+00:00</startDate>
</FormDMasterView>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />