GET api/KRA/PostCreateGoal

Request Information

URI Parameters

None.

Body Parameters

KRAEmployeeGoalsViewModel
NameDescriptionTypeAdditional information
EmployeeCategoryID

integer

None.

EmployeeGoalID

integer

None.

ParentGoalID

integer

None.

Goal

string

None.

ParentGoal

string

None.

MeasurementCriteria

string

None.

Weightage

decimal number

None.

TargetCompletionIND

boolean

None.

TargetCompletionDate

date

None.

MarkAsCompletedIND

boolean

None.

GoalStatusTxt

string

None.

ReviewTypeID

integer

None.

ReferenceID

integer

None.

ViewID

integer

None.

TargetCompletionDateTxt

string

None.

EmployeeID

integer

None.

StatusCode

string

None.

SelfGoalIND

boolean

None.

RefEmpGoalId

integer

None.

PeriodID

integer

None.

ConfigCategoryID

integer

None.

RowID

integer

None.

GoalWeightageTxt

string

None.

IsAddIND

boolean

None.

IsDeleteIND

boolean

None.

IsEditIND

boolean

None.

GoalStatus

integer

None.

GoalParentID

integer

None.

LoginEmpID

integer

None.

EmployeeIDs

Collection of integer

None.

ShowWeightageToEmployee

boolean

None.

ParentGoalList

Collection of KRAEmployeeGoalsViewModel

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'HRMSWebAPI.Transaction.KRA.KRAEmployeeGoalsViewModel'. Path 'ParentGoalList'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'HRMSWebAPI.Transaction.KRA.KRAEmployeeGoalsViewModel'. Path 'ParentGoalList'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[HRMSWebAPI.Transaction.KRA.KRAEmployeeGoalsViewModel, HRMSWebAPI.Transaction, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[HRMSWebAPI.Transaction.KRA.KRAEmployeeGoalsViewModel, HRMSWebAPI.Transaction, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.