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": "c5cd3bca-e1ff-41aa-adfd-6cfb33261706", "CompanyId": "afe9d01d-aad1-410b-a882-570eb3bcd259", "PerformanceReviewEmployeeId": "093444d0-9809-4d71-824c-452071232750", "languageLogin": "sample string 4", "AppraisalObjectiveGroupId": "1b8816e1-db78-40ff-af41-5577b493b04c", "Weight": 6.1, "PriorityOrder": 7.1, "RequestId": "a8d14c80-e791-4ef0-ab07-fc6e7713348e", "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">a8d14c80-e791-4ef0-ab07-fc6e7713348e</RequestId> <AppraisalObjectiveGroupId>1b8816e1-db78-40ff-af41-5577b493b04c</AppraisalObjectiveGroupId> <CompanyId>afe9d01d-aad1-410b-a882-570eb3bcd259</CompanyId> <Id>c5cd3bca-e1ff-41aa-adfd-6cfb33261706</Id> <PerformanceReviewEmployeeId>093444d0-9809-4d71-824c-452071232750</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.