POST api/UnitProjectsPerformance/UpdateUnitProjectsPerformance

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
unitProjectsPerformanceEntity
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Year": 2,
  "CompanyId": 3,
  "BranchId": 4,
  "UnitId": 5,
  "TotalEmployee": 1,
  "Level1EmployeeCount": 1.1,
  "Level2EmployeeCount": 1.1,
  "Level3EmployeeCount": 1.1,
  "Level4EmployeeCount": 1.1,
  "Level5EmployeeCount": 1.1,
  "Level1ResultEmployee": 1.1,
  "Level2ResultEmployee": 1.1,
  "Level3ResultEmployee": 1.1,
  "Level4ResultEmployee": 1.1,
  "Level5ResultEmployee": 1.1,
  "Result_Percentage": 1.1,
  "ProjectsWeightPercentageFromObjectives": 1.1,
  "ResultWeightPercentageFromObjectives": 1.1,
  "EmployeePercentage": 1.1,
  "PrjectsLevel1Employee": 1.1,
  "PrjectsLevel2Employee": 1.1,
  "PrjectsLevel3Employee": 1.1,
  "PrjectsLevel4Employee": 1.1,
  "PrjectsLevel5Employee": 1.1,
  "ActualCost": 1.1,
  "PlannedCost": 1.1
}

application/xml, text/xml

Sample:
<UnitProjectsPerformanceEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR.Entities">
  <ActualCost>1.1</ActualCost>
  <BranchId>4</BranchId>
  <CompanyId>3</CompanyId>
  <EmployeePercentage>1.1</EmployeePercentage>
  <Id>1</Id>
  <Level1EmployeeCount>1.1</Level1EmployeeCount>
  <Level1ResultEmployee>1.1</Level1ResultEmployee>
  <Level2EmployeeCount>1.1</Level2EmployeeCount>
  <Level2ResultEmployee>1.1</Level2ResultEmployee>
  <Level3EmployeeCount>1.1</Level3EmployeeCount>
  <Level3ResultEmployee>1.1</Level3ResultEmployee>
  <Level4EmployeeCount>1.1</Level4EmployeeCount>
  <Level4ResultEmployee>1.1</Level4ResultEmployee>
  <Level5EmployeeCount>1.1</Level5EmployeeCount>
  <Level5ResultEmployee>1.1</Level5ResultEmployee>
  <PlannedCost>1.1</PlannedCost>
  <PrjectsLevel1Employee>1.1</PrjectsLevel1Employee>
  <PrjectsLevel2Employee>1.1</PrjectsLevel2Employee>
  <PrjectsLevel3Employee>1.1</PrjectsLevel3Employee>
  <PrjectsLevel4Employee>1.1</PrjectsLevel4Employee>
  <PrjectsLevel5Employee>1.1</PrjectsLevel5Employee>
  <ProjectsWeightPercentageFromObjectives>1.1</ProjectsWeightPercentageFromObjectives>
  <ResultWeightPercentageFromObjectives>1.1</ResultWeightPercentageFromObjectives>
  <Result_Percentage>1.1</Result_Percentage>
  <TotalEmployee>1</TotalEmployee>
  <UnitId>5</UnitId>
  <Year>2</Year>
</UnitProjectsPerformanceEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.