POST api/EmployeeConfirmation/PostEmployeePeriodicReview

Request Information

URI Parameters

None.

Body Parameters

MyPeriodicReviewViewModel
NameDescriptionTypeAdditional information
EmployeeId

integer

None.

ReviewId

integer

None.

ReviewOnPersonId

integer

None.

ReviewStatus

string

None.

ReviewerPersonId

integer

None.

RequestDate

string

None.

DueDate

string

None.

MyPeriodicList

Collection of MyPeriodicReviewViewModel

None.

ConfirmationFeedbackList

Collection of MyPeriodicReviewViewModel

None.

ReviewerEmployeeName

string

None.

PersonID

integer

None.

CreatedDT

string

None.

StatusCode

string

None.

EmployeeList

Collection of MyPeriodicReviewViewModel

None.

EmployeeStatusModel

MyPeriodicReviewViewModel

None.

StatusList

Collection of string

None.

EmployeeCode

string

None.

ReportingManagerName

string

None.

EmployeeClassificationID

integer

None.

EmployeeClassificationName

string

None.

DepartmentName

string

None.

PositionLevel

string

None.

LocationName

string

None.

RequestDateText

string

None.

DueDateText

string

None.

Score

decimal number

None.

EmployeeStatusId

integer

None.

ReviewDueDateText

string

None.

ReviewDueDate

string

None.

RequestorPersonName

string

None.

StatusText

string

None.

TotalScore

decimal number

None.

TotalAndAchieved

string

None.

ReviewerPersonName

string

None.

ReviewOnPersonName

string

None.

RequestorPersonId

integer

None.

FromDate

string

None.

ToDate

string

None.

AssignedToUserId

integer

None.

AssignedToPostionLevelId

integer

None.

EmployeeName

string

None.

PositionLevelName

string

None.

Actions

Collection of ActionViewModel

None.

Views

Collection of ActionViewModel

None.

EmployeeStatus

string

None.

Designation

string

None.

PhotoPath

string

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.Confirmation.MyPeriodicReviewViewModel'. Path 'MyPeriodicList'.

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.Confirmation.MyPeriodicReviewViewModel'. Path 'MyPeriodicList'.

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.Confirmation.MyPeriodicReviewViewModel, 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.Confirmation.MyPeriodicReviewViewModel, 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.