POST api/AddEmpProjectWiseProgress

Request Information

URI Parameters

None.

Body Parameters

AddEmpSurveyProjectWiseProgress
NameDescriptionTypeAdditional information
EmployeeID

integer

None.

UserID

integer

None.

EmpName

string

None.

DepartmentName

string

None.

DesignationName

string

None.

ProjectName

string

None.

ProgressType

string

None.

ProgressCount

integer

None.

ObliqueProp

string

None.

WardNo

string

None.

FromProp

string

None.

ToProp

string

None.

Total

string

None.

Reason

string

None.

CMStarCount

integer

None.

CMStarProperties

string

None.

ObliqueProperties

string

None.

ObliquePropCount

integer

None.

InternalSurveyPropCount

integer

None.

QcPropertycount

integer

None.

SubmissionCount

integer

None.

AssistantEmpID

integer

None.

IsSameProgress

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "EmployeeID": 1,
  "UserID": 2,
  "EmpName": "sample string 3",
  "DepartmentName": "sample string 4",
  "DesignationName": "sample string 5",
  "ProjectName": "sample string 6",
  "ProgressType": "sample string 7",
  "ProgressCount": 8,
  "ObliqueProp": "sample string 9",
  "WardNo": "sample string 10",
  "FromProp": "sample string 11",
  "ToProp": "sample string 12",
  "Total": "sample string 13",
  "Reason": "sample string 14",
  "CMStarCount": 15,
  "CMStarProperties": "sample string 16",
  "ObliqueProperties": "sample string 17",
  "ObliquePropCount": 18,
  "InternalSurveyPropCount": 19,
  "QcPropertycount": 20,
  "SubmissionCount": 21,
  "AssistantEmpID": 22,
  "IsSameProgress": true
}

application/xml, text/xml

Sample:
<AddEmpSurveyProjectWiseProgress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PayrollApp.Models">
  <AssistantEmpID>22</AssistantEmpID>
  <CMStarCount>15</CMStarCount>
  <CMStarProperties>sample string 16</CMStarProperties>
  <DepartmentName>sample string 4</DepartmentName>
  <DesignationName>sample string 5</DesignationName>
  <EmpName>sample string 3</EmpName>
  <EmployeeID>1</EmployeeID>
  <FromProp>sample string 11</FromProp>
  <InternalSurveyPropCount>19</InternalSurveyPropCount>
  <IsSameProgress>true</IsSameProgress>
  <ObliqueProp>sample string 9</ObliqueProp>
  <ObliquePropCount>18</ObliquePropCount>
  <ObliqueProperties>sample string 17</ObliqueProperties>
  <ProgressCount>8</ProgressCount>
  <ProgressType>sample string 7</ProgressType>
  <ProjectName>sample string 6</ProjectName>
  <QcPropertycount>20</QcPropertycount>
  <Reason>sample string 14</Reason>
  <SubmissionCount>21</SubmissionCount>
  <ToProp>sample string 12</ToProp>
  <Total>sample string 13</Total>
  <UserID>2</UserID>
  <WardNo>sample string 10</WardNo>
</AddEmpSurveyProjectWiseProgress>

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

Sample:

Sample not available.