POST api/KRA/DeleteEmployeePerformanceKRAAchievementByID

Request Information

URI Parameters

None.

Body Parameters

EmployeePerformanceKRAAchievementViewModel
NameDescriptionTypeAdditional information
EmployeePerformanceKRAAchievementID

integer

None.

EmployeePerformanceKRAID

integer

None.

CategoryID

integer

None.

Achievement

string

None.

AchievementDocument

string

None.

StatusCode

string

None.

EmployeeID

integer

None.

LoggedInEmployeeId

integer

None.

DocumentPath

string

None.

DocumentName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EmployeePerformanceKRAAchievementID": 1,
  "EmployeePerformanceKRAID": 2,
  "CategoryID": 3,
  "Achievement": "sample string 4",
  "AchievementDocument": "sample string 5",
  "StatusCode": "sample string 6",
  "EmployeeID": 7,
  "LoggedInEmployeeId": 8,
  "DocumentPath": "sample string 9",
  "DocumentName": "sample string 10"
}

application/xml, text/xml

Sample:
<EmployeePerformanceKRAAchievementViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRMSWebAPI.Transaction.KRA">
  <Achievement>sample string 4</Achievement>
  <AchievementDocument>sample string 5</AchievementDocument>
  <CategoryID>3</CategoryID>
  <DocumentName>sample string 10</DocumentName>
  <DocumentPath>sample string 9</DocumentPath>
  <EmployeeID>7</EmployeeID>
  <EmployeePerformanceKRAAchievementID>1</EmployeePerformanceKRAAchievementID>
  <EmployeePerformanceKRAID>2</EmployeePerformanceKRAID>
  <LoggedInEmployeeId>8</LoggedInEmployeeId>
  <StatusCode>sample string 6</StatusCode>
</EmployeePerformanceKRAAchievementViewModel>

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.