PUT {language}/performanceAppraisal/editAppraisalFormAndObjectiveGroup
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
AppraisalFormAndObjectiveGroupRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
AppraisalFormId | 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": "a7ac39b3-d77a-4856-9e50-bd3f31a8ac9c", "CompanyId": "a16b4d99-68eb-40aa-ba77-6c031d0b21f3", "AppraisalFormId": "9f65e072-0e50-49d8-93dc-aad0e8a7b10f", "languageLogin": "sample string 4", "AppraisalObjectiveGroupId": "c51d7367-2fd1-47a5-953c-3ffe18cdba36", "Weight": 6.1, "PriorityOrder": 7.1, "RequestId": "eee188fb-62db-4197-a795-8ccb86fcbc10", "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:
<AppraisalFormAndObjectiveGroupRequest 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">eee188fb-62db-4197-a795-8ccb86fcbc10</RequestId> <AppraisalFormId>9f65e072-0e50-49d8-93dc-aad0e8a7b10f</AppraisalFormId> <AppraisalObjectiveGroupId>c51d7367-2fd1-47a5-953c-3ffe18cdba36</AppraisalObjectiveGroupId> <CompanyId>a16b4d99-68eb-40aa-ba77-6c031d0b21f3</CompanyId> <Id>a7ac39b3-d77a-4856-9e50-bd3f31a8ac9c</Id> <PriorityOrder>7.1</PriorityOrder> <Weight>6.1</Weight> <languageLogin>sample string 4</languageLogin> </AppraisalFormAndObjectiveGroupRequest>
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.