POST api/CompanyObjectivesPerformance/UpdateCompanyObjectivesPerformance
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| companyObjectivesPerformanceEntity | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"Year": 2,
"CompanyId": 3,
"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,
"ActualCost": 1.1,
"PlannedCost": 1.1
}
application/xml, text/xml
Sample:
<CompanyObjectivesPerformanceEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR.Entities"> <ActualCost>1.1</ActualCost> <CompanyId>3</CompanyId> <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> <Result_Percentage>1.1</Result_Percentage> <TotalEmployee>1</TotalEmployee> <Year>2</Year> </CompanyObjectivesPerformanceEntity>
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.