PUT {language}/performanceAppraisal/editPerformanceReview

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

UpdatePerformanceReviewRequest
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

CompanyId

globally unique identifier

None.

AppraisalFormId

globally unique identifier

None.

AppraisalPeriodFrom

date

None.

AppraisalPeriodTo

date

None.

ReviewPeriodFrom

date

None.

ReviewPeriodTo

date

None.

TargetSettingsPeriodFrom

date

None.

TargetSettingsPeriodTo

date

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": "f6f40578-e8bb-40b8-80f7-2c6597b9c11f",
  "Name": "sample string 2",
  "CompanyId": "38990bd3-c42d-40f1-a248-cfef913ce34a",
  "AppraisalFormId": "3e3d9e98-d813-4e6a-adf6-b33d92e0f9bd",
  "AppraisalPeriodFrom": "2025-04-27T23:43:54.0466947+00:00",
  "AppraisalPeriodTo": "2025-04-27T23:43:54.0466947+00:00",
  "ReviewPeriodFrom": "2025-04-27T23:43:54.0466947+00:00",
  "ReviewPeriodTo": "2025-04-27T23:43:54.0466947+00:00",
  "TargetSettingsPeriodFrom": "2025-04-27T23:43:54.0466947+00:00",
  "TargetSettingsPeriodTo": "2025-04-27T23:43:54.0466947+00:00",
  "RequestId": "b7979d66-79b3-45d6-9278-4643c09d565e",
  "Language": "sample string 12",
  "LanguageLogin": "sample string 13",
  "AuthToken": "sample string 14",
  "ClientId": "sample string 15",
  "PageIndex": 16,
  "PageSize": 17
}

application/xml, text/xml

Sample:
<UpdatePerformanceReviewRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests">
  <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 14</AuthToken>
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 15</ClientId>
  <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 12</Language>
  <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 13</LanguageLogin>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">16</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">17</PageSize>
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">b7979d66-79b3-45d6-9278-4643c09d565e</RequestId>
  <AppraisalFormId>3e3d9e98-d813-4e6a-adf6-b33d92e0f9bd</AppraisalFormId>
  <AppraisalPeriodFrom>2025-04-27T23:43:54.0466947+00:00</AppraisalPeriodFrom>
  <AppraisalPeriodTo>2025-04-27T23:43:54.0466947+00:00</AppraisalPeriodTo>
  <CompanyId>38990bd3-c42d-40f1-a248-cfef913ce34a</CompanyId>
  <Id>f6f40578-e8bb-40b8-80f7-2c6597b9c11f</Id>
  <Name>sample string 2</Name>
  <ReviewPeriodFrom>2025-04-27T23:43:54.0466947+00:00</ReviewPeriodFrom>
  <ReviewPeriodTo>2025-04-27T23:43:54.0466947+00:00</ReviewPeriodTo>
  <TargetSettingsPeriodFrom>2025-04-27T23:43:54.0466947+00:00</TargetSettingsPeriodFrom>
  <TargetSettingsPeriodTo>2025-04-27T23:43:54.0466947+00:00</TargetSettingsPeriodTo>
</UpdatePerformanceReviewRequest>

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.