PUT {language}/performanceAppraisal/editAppraisalForm

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

AppraisalFormRequest
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Description

string

None.

Name

string

None.

IsEnterWeight

boolean

None.

IsManagerReview

boolean

None.

IsEmployeeReview

boolean

None.

IsManagerRating

boolean

None.

IsEmployeeRating

boolean

None.

IsAdminSetUpObjective

boolean

None.

IsManagerSetUpObjective

boolean

None.

AppraisalRatingSelect

string

None.

CompanyId

globally unique identifier

None.

AppraisalRatingId

globally unique identifier

None.

RequestId

globally unique identifier

None.

Language

string

None.

LanguageLogin

string

None.

AuthToken

string

None.

ClientId

string

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "340065bc-9d7a-4ea2-a1f2-9d0cd5cf8fe5",
  "Description": "sample string 2",
  "Name": "sample string 3",
  "IsEnterWeight": true,
  "IsManagerReview": true,
  "IsEmployeeReview": true,
  "IsManagerRating": true,
  "IsEmployeeRating": true,
  "IsAdminSetUpObjective": true,
  "IsManagerSetUpObjective": true,
  "AppraisalRatingSelect": "sample string 11",
  "CompanyId": "b2148d31-9ffe-4df9-9c82-51e8aaf6ac06",
  "AppraisalRatingId": "6b8e7735-2e2c-4b63-a65c-41cd96b186d3",
  "RequestId": "1e8f7ab7-8e84-4082-8946-ec8728d186e1",
  "Language": "sample string 15",
  "LanguageLogin": "sample string 16",
  "AuthToken": "sample string 17",
  "ClientId": "sample string 18",
  "PageIndex": 19,
  "PageSize": 20
}

application/xml, text/xml

Sample:
<AppraisalFormRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.ViewModels">
  <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 17</AuthToken>
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 18</ClientId>
  <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 15</Language>
  <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 16</LanguageLogin>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">19</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">20</PageSize>
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">1e8f7ab7-8e84-4082-8946-ec8728d186e1</RequestId>
  <AppraisalRatingId>6b8e7735-2e2c-4b63-a65c-41cd96b186d3</AppraisalRatingId>
  <AppraisalRatingSelect>sample string 11</AppraisalRatingSelect>
  <CompanyId>b2148d31-9ffe-4df9-9c82-51e8aaf6ac06</CompanyId>
  <Description>sample string 2</Description>
  <Id>340065bc-9d7a-4ea2-a1f2-9d0cd5cf8fe5</Id>
  <IsAdminSetUpObjective>true</IsAdminSetUpObjective>
  <IsEmployeeRating>true</IsEmployeeRating>
  <IsEmployeeReview>true</IsEmployeeReview>
  <IsEnterWeight>true</IsEnterWeight>
  <IsManagerRating>true</IsManagerRating>
  <IsManagerReview>true</IsManagerReview>
  <IsManagerSetUpObjective>true</IsManagerSetUpObjective>
  <Name>sample string 3</Name>
</AppraisalFormRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.