PUT {language}/performanceAppraisal/editObjectiveGroup
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
ObjectiveGroupRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
languageLogin | string |
None. |
|
AppraisalFormId | globally unique identifier |
None. |
|
Weight | decimal number |
None. |
|
PriorityOrder | decimal number |
None. |
|
PerformanceReviewEmployeeId | globally unique identifier |
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": "f3d17da6-b756-4421-9933-17eab5dd9ba4", "Name": "sample string 2", "Description": "sample string 3", "CompanyId": "28f5ef84-07a7-45e3-b54c-921d41b57a86", "languageLogin": "sample string 5", "AppraisalFormId": "2d97b2df-e77e-41b8-ae41-a2cf1f72fe5d", "Weight": 7.1, "PriorityOrder": 8.1, "PerformanceReviewEmployeeId": "7aacf132-52d7-45cf-a98d-b6abbac33776", "RequestId": "c9b5c299-d873-4e9a-8742-1a44f3c14e02", "Language": "sample string 11", "LanguageLogin": "sample string 12", "AuthToken": "sample string 13", "ClientId": "sample string 14", "PageIndex": 15, "PageSize": 16 }
application/xml, text/xml
Sample:
<ObjectiveGroupRequest 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 13</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 14</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 12</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">15</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">16</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">c9b5c299-d873-4e9a-8742-1a44f3c14e02</RequestId> <AppraisalFormId>2d97b2df-e77e-41b8-ae41-a2cf1f72fe5d</AppraisalFormId> <CompanyId>28f5ef84-07a7-45e3-b54c-921d41b57a86</CompanyId> <Description>sample string 3</Description> <Id>f3d17da6-b756-4421-9933-17eab5dd9ba4</Id> <Name>sample string 2</Name> <PerformanceReviewEmployeeId>7aacf132-52d7-45cf-a98d-b6abbac33776</PerformanceReviewEmployeeId> <PriorityOrder>8.1</PriorityOrder> <Weight>7.1</Weight> <languageLogin>sample string 5</languageLogin> </ObjectiveGroupRequest>
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.