POST {language}/performanceAppraisal/selectAppraisalFormAndObjectiveGroup
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
SelectAppraisalFormAndObjectiveGroupRequestName | Description | Type | Additional information |
---|---|---|---|
CompanyId | globally unique identifier |
None. |
|
languageLogin | string |
None. |
|
AppraisalFormAndObjectiveGroups | Collection of AppraisalFormAndObjectiveGroup |
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:
{ "CompanyId": "111b1481-05be-46ca-b562-6efded9bc9ff", "languageLogin": "sample string 2", "AppraisalFormAndObjectiveGroups": [ { "AppraisalFormId": "96b21139-7263-4c31-90f1-856e796ab0d6", "AppraisalObjectiveGroupId": "62feaf9e-8b55-4f7e-afc2-8e0dfb36bff5", "Weight": 3.1, "PriorityOrder": 4.1, "Id": "772ae4cb-9d34-41ac-b359-4558ad92feee", "CreatedOn": "2025-07-12T19:40:48.6122213+00:00", "UpdatedOn": "2025-07-12T19:40:48.6122213+00:00", "RecordState": 0 }, { "AppraisalFormId": "96b21139-7263-4c31-90f1-856e796ab0d6", "AppraisalObjectiveGroupId": "62feaf9e-8b55-4f7e-afc2-8e0dfb36bff5", "Weight": 3.1, "PriorityOrder": 4.1, "Id": "772ae4cb-9d34-41ac-b359-4558ad92feee", "CreatedOn": "2025-07-12T19:40:48.6122213+00:00", "UpdatedOn": "2025-07-12T19:40:48.6122213+00:00", "RecordState": 0 } ], "RequestId": "39a09f68-b263-4444-b96f-97c302af571c", "Language": "sample string 4", "LanguageLogin": "sample string 5", "AuthToken": "sample string 6", "ClientId": "sample string 7", "PageIndex": 8, "PageSize": 9 }
application/xml, text/xml
Sample:
<SelectAppraisalFormAndObjectiveGroupRequest 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 6</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 7</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 4</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 5</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">8</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">9</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">39a09f68-b263-4444-b96f-97c302af571c</RequestId> <AppraisalFormAndObjectiveGroups xmlns:d2p1="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.Core.Models"> <d2p1:AppraisalFormAndObjectiveGroup> <d2p1:CreatedOn>2025-07-12T19:40:48.6122213+00:00</d2p1:CreatedOn> <d2p1:Id>772ae4cb-9d34-41ac-b359-4558ad92feee</d2p1:Id> <d2p1:RecordState>Disabled</d2p1:RecordState> <d2p1:UpdatedOn>2025-07-12T19:40:48.6122213+00:00</d2p1:UpdatedOn> <d2p1:AppraisalFormId>96b21139-7263-4c31-90f1-856e796ab0d6</d2p1:AppraisalFormId> <d2p1:AppraisalObjectiveGroupId>62feaf9e-8b55-4f7e-afc2-8e0dfb36bff5</d2p1:AppraisalObjectiveGroupId> <d2p1:PriorityOrder>4.1</d2p1:PriorityOrder> <d2p1:Weight>3.1</d2p1:Weight> </d2p1:AppraisalFormAndObjectiveGroup> <d2p1:AppraisalFormAndObjectiveGroup> <d2p1:CreatedOn>2025-07-12T19:40:48.6122213+00:00</d2p1:CreatedOn> <d2p1:Id>772ae4cb-9d34-41ac-b359-4558ad92feee</d2p1:Id> <d2p1:RecordState>Disabled</d2p1:RecordState> <d2p1:UpdatedOn>2025-07-12T19:40:48.6122213+00:00</d2p1:UpdatedOn> <d2p1:AppraisalFormId>96b21139-7263-4c31-90f1-856e796ab0d6</d2p1:AppraisalFormId> <d2p1:AppraisalObjectiveGroupId>62feaf9e-8b55-4f7e-afc2-8e0dfb36bff5</d2p1:AppraisalObjectiveGroupId> <d2p1:PriorityOrder>4.1</d2p1:PriorityOrder> <d2p1:Weight>3.1</d2p1:Weight> </d2p1:AppraisalFormAndObjectiveGroup> </AppraisalFormAndObjectiveGroups> <CompanyId>111b1481-05be-46ca-b562-6efded9bc9ff</CompanyId> <languageLogin>sample string 2</languageLogin> </SelectAppraisalFormAndObjectiveGroupRequest>
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.