POST api/GatepassProcessCycleManagement/GetGatePassProcessCycleData

Request Information

URI Parameters

None.

Body Parameters

GatepassMasterView
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

Contractorvendorcode

integer

None.

Workordercode

integer

None.

Licensecode

integer

None.

Ecpolicycode

integer

None.

Subcontractorcode

integer

None.

Subworkordercode

integer

None.

Sublicensecode

integer

None.

Subecpolicycode

integer

None.

Departmentcode

integer

None.

Skilltypecode

integer

None.

Plantcode

integer

None.

LabourDemandType

integer

None.

Gender

integer

None.

UserCode

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "StartDate": "2025-12-28T06:19:21.6118693+00:00",
  "EndDate": "2025-12-28T06:19:21.6118693+00:00",
  "Contractorvendorcode": 1,
  "Workordercode": 1,
  "Licensecode": 1,
  "Ecpolicycode": 1,
  "Subcontractorcode": 1,
  "Subworkordercode": 1,
  "Sublicensecode": 1,
  "Subecpolicycode": 1,
  "Departmentcode": 1,
  "Skilltypecode": 1,
  "Plantcode": 1,
  "LabourDemandType": 1,
  "Gender": 1,
  "UserCode": 1
}

application/xml, text/xml

Sample:
<GatepassMasterView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModelHRMS">
  <Contractorvendorcode>1</Contractorvendorcode>
  <Departmentcode>1</Departmentcode>
  <Ecpolicycode>1</Ecpolicycode>
  <EndDate>2025-12-28T06:19:21.6118693+00:00</EndDate>
  <Gender>1</Gender>
  <LabourDemandType>1</LabourDemandType>
  <Licensecode>1</Licensecode>
  <Plantcode>1</Plantcode>
  <Skilltypecode>1</Skilltypecode>
  <StartDate>2025-12-28T06:19:21.6118693+00:00</StartDate>
  <Subcontractorcode>1</Subcontractorcode>
  <Subecpolicycode>1</Subecpolicycode>
  <Sublicensecode>1</Sublicensecode>
  <Subworkordercode>1</Subworkordercode>
  <UserCode>1</UserCode>
  <Workordercode>1</Workordercode>
</GatepassMasterView>

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>