PUT {language}/performanceAppraisal/editEmployeeObjectiveGroup
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
EmployeeAndObjectiveGroupRequestName | 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. |
|
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": "20fa441d-196c-4755-9ebb-4619683267b5", "CompanyId": "e2e9df20-0362-46d9-bf69-9d68d7ac3df7", "PerformanceReviewEmployeeId": "a9bf1543-688f-4980-9c7a-94cf42944e40", "languageLogin": "sample string 4", "AppraisalObjectiveGroupId": "1598ac63-49aa-40e7-ae46-6c83c52e6cd8", "Weight": 6.1, "PriorityOrder": 7.1, "RequestId": "3d126699-73c7-45d5-84a3-338fd6ecb32a", "Language": "sample string 9", "LanguageLogin": "sample string 10", "AuthToken": "sample string 11", "ClientId": "sample string 12", "PageIndex": 13, "PageSize": 14 }
application/xml, text/xml
Sample:
<EmployeeAndObjectiveGroupRequest 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 11</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 12</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">13</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">14</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">3d126699-73c7-45d5-84a3-338fd6ecb32a</RequestId> <AppraisalObjectiveGroupId>1598ac63-49aa-40e7-ae46-6c83c52e6cd8</AppraisalObjectiveGroupId> <CompanyId>e2e9df20-0362-46d9-bf69-9d68d7ac3df7</CompanyId> <Id>20fa441d-196c-4755-9ebb-4619683267b5</Id> <PerformanceReviewEmployeeId>a9bf1543-688f-4980-9c7a-94cf42944e40</PerformanceReviewEmployeeId> <PriorityOrder>7.1</PriorityOrder> <Weight>6.1</Weight> <languageLogin>sample string 4</languageLogin> </EmployeeAndObjectiveGroupRequest>
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.