PUT {language}/performanceAppraisal/editEmployeeeAndObjective
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
EmployeeAndObjectiveRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
PerformanceReviewEmployeeId | globally unique identifier |
None. |
|
languageLogin | string |
None. |
|
AppraisalObjectiveGroupId | globally unique identifier |
None. |
|
AppraisalObjectiveId | globally unique identifier |
None. |
|
Weight | decimal number |
None. |
|
PriorityOrder | decimal number |
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": "33243719-b172-4760-980b-a9f8d5edf0af", "CompanyId": "e794ee6f-ec18-4d8b-9b54-039f742b7388", "PerformanceReviewEmployeeId": "6ec8bafc-5992-4fcb-8af1-cb01f22343f2", "languageLogin": "sample string 4", "AppraisalObjectiveGroupId": "61c0f407-5723-4be4-8f74-a9e65fb9a361", "AppraisalObjectiveId": "c478a42b-12a3-4d84-a832-e80decfbbb40", "Weight": 7.1, "PriorityOrder": 8.1, "RequestId": "0c7e9dfb-6a41-4434-8ed9-95b0fe116cf6", "Language": "sample string 10", "LanguageLogin": "sample string 11", "AuthToken": "sample string 12", "ClientId": "sample string 13", "PageIndex": 14, "PageSize": 15 }
application/xml, text/xml
Sample:
<EmployeeAndObjectiveRequest 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 12</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 13</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">14</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">15</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">0c7e9dfb-6a41-4434-8ed9-95b0fe116cf6</RequestId> <AppraisalObjectiveGroupId>61c0f407-5723-4be4-8f74-a9e65fb9a361</AppraisalObjectiveGroupId> <AppraisalObjectiveId>c478a42b-12a3-4d84-a832-e80decfbbb40</AppraisalObjectiveId> <CompanyId>e794ee6f-ec18-4d8b-9b54-039f742b7388</CompanyId> <Id>33243719-b172-4760-980b-a9f8d5edf0af</Id> <PerformanceReviewEmployeeId>6ec8bafc-5992-4fcb-8af1-cb01f22343f2</PerformanceReviewEmployeeId> <PriorityOrder>8.1</PriorityOrder> <Weight>7.1</Weight> <languageLogin>sample string 4</languageLogin> </EmployeeAndObjectiveRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.