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": "01ff14d3-de0a-45e5-8431-739be2dea98c", "languageLogin": "sample string 2", "AppraisalFormAndObjectiveGroups": [ { "AppraisalFormId": "5a6378b8-f4fa-45c3-93b5-6ae3b9cfa12f", "AppraisalObjectiveGroupId": "22989883-e712-4dab-bdfb-cc69d962e44d", "Weight": 3.1, "PriorityOrder": 4.1, "Id": "ae1e89ad-ebc6-46d6-afcc-5cdbcb77364c", "CreatedOn": "2025-05-10T04:26:37.6925135+00:00", "UpdatedOn": "2025-05-10T04:26:37.6925135+00:00", "RecordState": 0 }, { "AppraisalFormId": "5a6378b8-f4fa-45c3-93b5-6ae3b9cfa12f", "AppraisalObjectiveGroupId": "22989883-e712-4dab-bdfb-cc69d962e44d", "Weight": 3.1, "PriorityOrder": 4.1, "Id": "ae1e89ad-ebc6-46d6-afcc-5cdbcb77364c", "CreatedOn": "2025-05-10T04:26:37.6925135+00:00", "UpdatedOn": "2025-05-10T04:26:37.6925135+00:00", "RecordState": 0 } ], "RequestId": "0a66ebfa-4f76-40e9-be6d-fe484c144133", "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">0a66ebfa-4f76-40e9-be6d-fe484c144133</RequestId> <AppraisalFormAndObjectiveGroups xmlns:d2p1="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.Core.Models"> <d2p1:AppraisalFormAndObjectiveGroup> <d2p1:CreatedOn>2025-05-10T04:26:37.6925135+00:00</d2p1:CreatedOn> <d2p1:Id>ae1e89ad-ebc6-46d6-afcc-5cdbcb77364c</d2p1:Id> <d2p1:RecordState>Disabled</d2p1:RecordState> <d2p1:UpdatedOn>2025-05-10T04:26:37.6925135+00:00</d2p1:UpdatedOn> <d2p1:AppraisalFormId>5a6378b8-f4fa-45c3-93b5-6ae3b9cfa12f</d2p1:AppraisalFormId> <d2p1:AppraisalObjectiveGroupId>22989883-e712-4dab-bdfb-cc69d962e44d</d2p1:AppraisalObjectiveGroupId> <d2p1:PriorityOrder>4.1</d2p1:PriorityOrder> <d2p1:Weight>3.1</d2p1:Weight> </d2p1:AppraisalFormAndObjectiveGroup> <d2p1:AppraisalFormAndObjectiveGroup> <d2p1:CreatedOn>2025-05-10T04:26:37.6925135+00:00</d2p1:CreatedOn> <d2p1:Id>ae1e89ad-ebc6-46d6-afcc-5cdbcb77364c</d2p1:Id> <d2p1:RecordState>Disabled</d2p1:RecordState> <d2p1:UpdatedOn>2025-05-10T04:26:37.6925135+00:00</d2p1:UpdatedOn> <d2p1:AppraisalFormId>5a6378b8-f4fa-45c3-93b5-6ae3b9cfa12f</d2p1:AppraisalFormId> <d2p1:AppraisalObjectiveGroupId>22989883-e712-4dab-bdfb-cc69d962e44d</d2p1:AppraisalObjectiveGroupId> <d2p1:PriorityOrder>4.1</d2p1:PriorityOrder> <d2p1:Weight>3.1</d2p1:Weight> </d2p1:AppraisalFormAndObjectiveGroup> </AppraisalFormAndObjectiveGroups> <CompanyId>01ff14d3-de0a-45e5-8431-739be2dea98c</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.