POST api/EmployeesTaskReport/ReadEmployeesTaskDetailsReportData

Request Information

URI Parameters

None.

Body Parameters

EmployeesTaskReportModel
NameDescriptionTypeAdditional information
SlNo

integer

None.

CustomerCode

string

None.

ProjectCode

string

None.

BatchNo

string

None.

EmployeeCode

string

None.

EmployeeName

string

None.

Department

string

None.

Manager

string

None.

Activity

string

None.

ProductionAllocatedCount

integer

None.

ProductionCompletedCount

integer

None.

QCAllocatedCount

integer

None.

QCCompletedCount

integer

None.

ProductionHoursWorked

decimal number

None.

QCHoursWorked

decimal number

None.

FromDate

date

None.

ToDate

date

None.

NoOfProjects

integer

None.

InputCount

integer

None.

ProductionTarget

integer

None.

QCTarget

integer

None.

ProductivityManDays

decimal number

None.

AveragePerDay

decimal number

None.

ProductionAllocatedOn

date

None.

QCAllocatedOn

date

None.

ProductionStartDate

date

None.

ProductionEndDate

date

None.

QCStartDate

date

None.

QCEndDate

date

None.

EmployeeCodes

Collection of EmployeeCodes

None.

Request Formats

application/json, text/json

Sample:
{
  "SlNo": 1,
  "CustomerCode": "sample string 2",
  "ProjectCode": "sample string 3",
  "BatchNo": "sample string 4",
  "EmployeeCode": "sample string 5",
  "EmployeeName": "sample string 6",
  "Department": "sample string 7",
  "Manager": "sample string 8",
  "Activity": "sample string 9",
  "ProductionAllocatedCount": 10,
  "ProductionCompletedCount": 11,
  "QCAllocatedCount": 12,
  "QCCompletedCount": 13,
  "ProductionHoursWorked": 14.0,
  "QCHoursWorked": 15.0,
  "FromDate": "2025-12-06T10:00:02.5840946+05:30",
  "ToDate": "2025-12-06T10:00:02.5840946+05:30",
  "NoOfProjects": 18,
  "InputCount": 19,
  "ProductionTarget": 20,
  "QCTarget": 21,
  "ProductivityManDays": 22.0,
  "AveragePerDay": 23.0,
  "ProductionAllocatedOn": "2025-12-06T10:00:02.5840946+05:30",
  "QCAllocatedOn": "2025-12-06T10:00:02.5840946+05:30",
  "ProductionStartDate": "2025-12-06T10:00:02.5840946+05:30",
  "ProductionEndDate": "2025-12-06T10:00:02.5840946+05:30",
  "QCStartDate": "2025-12-06T10:00:02.5840946+05:30",
  "QCEndDate": "2025-12-06T10:00:02.5840946+05:30",
  "EmployeeCodes": [
    {
      "EmpCode": "sample string 1"
    },
    {
      "EmpCode": "sample string 1"
    }
  ]
}

application/xml, text/xml

Sample:
<EmployeesTaskReportModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GOPWebAPI.Models">
  <Activity>sample string 9</Activity>
  <AveragePerDay>23</AveragePerDay>
  <BatchNo>sample string 4</BatchNo>
  <CustomerCode>sample string 2</CustomerCode>
  <Department>sample string 7</Department>
  <EmployeeCode>sample string 5</EmployeeCode>
  <EmployeeCodes>
    <EmployeeCodes>
      <EmpCode>sample string 1</EmpCode>
    </EmployeeCodes>
    <EmployeeCodes>
      <EmpCode>sample string 1</EmpCode>
    </EmployeeCodes>
  </EmployeeCodes>
  <EmployeeName>sample string 6</EmployeeName>
  <FromDate>2025-12-06T10:00:02.5840946+05:30</FromDate>
  <InputCount>19</InputCount>
  <Manager>sample string 8</Manager>
  <NoOfProjects>18</NoOfProjects>
  <ProductionAllocatedCount>10</ProductionAllocatedCount>
  <ProductionAllocatedOn>2025-12-06T10:00:02.5840946+05:30</ProductionAllocatedOn>
  <ProductionCompletedCount>11</ProductionCompletedCount>
  <ProductionEndDate>2025-12-06T10:00:02.5840946+05:30</ProductionEndDate>
  <ProductionHoursWorked>14</ProductionHoursWorked>
  <ProductionStartDate>2025-12-06T10:00:02.5840946+05:30</ProductionStartDate>
  <ProductionTarget>20</ProductionTarget>
  <ProductivityManDays>22</ProductivityManDays>
  <ProjectCode>sample string 3</ProjectCode>
  <QCAllocatedCount>12</QCAllocatedCount>
  <QCAllocatedOn>2025-12-06T10:00:02.5840946+05:30</QCAllocatedOn>
  <QCCompletedCount>13</QCCompletedCount>
  <QCEndDate>2025-12-06T10:00:02.5840946+05:30</QCEndDate>
  <QCHoursWorked>15</QCHoursWorked>
  <QCStartDate>2025-12-06T10:00:02.5840946+05:30</QCStartDate>
  <QCTarget>21</QCTarget>
  <SlNo>1</SlNo>
  <ToDate>2025-12-06T10:00:02.5840946+05:30</ToDate>
</EmployeesTaskReportModel>

multipart/form-data

Sample:
<EmployeesTaskReportModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GOPWebAPI.Models"><Activity>sample string 9</Activity><AveragePerDay>23</AveragePerDay><BatchNo>sample string 4</BatchNo><CustomerCode>sample string 2</CustomerCode><Department>sample string 7</Department><EmployeeCode>sample string 5</EmployeeCode><EmployeeCodes><EmployeeCodes><EmpCode>sample string 1</EmpCode></EmployeeCodes><EmployeeCodes><EmpCode>sample string 1</EmpCode></EmployeeCodes></EmployeeCodes><EmployeeName>sample string 6</EmployeeName><FromDate>2025-12-06T10:00:02.5840946+05:30</FromDate><InputCount>19</InputCount><Manager>sample string 8</Manager><NoOfProjects>18</NoOfProjects><ProductionAllocatedCount>10</ProductionAllocatedCount><ProductionAllocatedOn>2025-12-06T10:00:02.5840946+05:30</ProductionAllocatedOn><ProductionCompletedCount>11</ProductionCompletedCount><ProductionEndDate>2025-12-06T10:00:02.5840946+05:30</ProductionEndDate><ProductionHoursWorked>14</ProductionHoursWorked><ProductionStartDate>2025-12-06T10:00:02.5840946+05:30</ProductionStartDate><ProductionTarget>20</ProductionTarget><ProductivityManDays>22</ProductivityManDays><ProjectCode>sample string 3</ProjectCode><QCAllocatedCount>12</QCAllocatedCount><QCAllocatedOn>2025-12-06T10:00:02.5840946+05:30</QCAllocatedOn><QCCompletedCount>13</QCCompletedCount><QCEndDate>2025-12-06T10:00:02.5840946+05:30</QCEndDate><QCHoursWorked>15</QCHoursWorked><QCStartDate>2025-12-06T10:00:02.5840946+05:30</QCStartDate><QCTarget>21</QCTarget><SlNo>1</SlNo><ToDate>2025-12-06T10:00:02.5840946+05:30</ToDate></EmployeesTaskReportModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, multipart/form-data

Sample:

Sample not available.