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": "e7a54b19-f6b9-4e83-84ce-60963b7aab14", "CompanyId": "1b72d06d-8945-45f0-bf57-cf1f56687895", "PerformanceReviewEmployeeId": "ffe078d6-92e9-47ce-912d-46ea8ded9183", "languageLogin": "sample string 4", "AppraisalObjectiveGroupId": "5dd05c2f-4b8b-416e-b7b1-6c4e1eae4bab", "AppraisalObjectiveId": "7b800d91-4cf1-4363-8d6a-66b395999c7c", "Weight": 7.1, "PriorityOrder": 8.1, "RequestId": "f98d9553-a08b-483c-9745-5f5a785e2f53", "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">f98d9553-a08b-483c-9745-5f5a785e2f53</RequestId> <AppraisalObjectiveGroupId>5dd05c2f-4b8b-416e-b7b1-6c4e1eae4bab</AppraisalObjectiveGroupId> <AppraisalObjectiveId>7b800d91-4cf1-4363-8d6a-66b395999c7c</AppraisalObjectiveId> <CompanyId>1b72d06d-8945-45f0-bf57-cf1f56687895</CompanyId> <Id>e7a54b19-f6b9-4e83-84ce-60963b7aab14</Id> <PerformanceReviewEmployeeId>ffe078d6-92e9-47ce-912d-46ea8ded9183</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.