POST {language}/performanceAppraisal/selectAppraisalFormAndObjective
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
SelectAppraisalFormAndObjectiveRequestName | Description | Type | Additional information |
---|---|---|---|
CompanyId | globally unique identifier |
None. |
|
languageLogin | string |
None. |
|
AppraisalFormAndObjectives | Collection of AppraisalFormAndObjective |
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": "ca7abff0-01c1-4c48-9908-13a15198ee6a", "languageLogin": "sample string 2", "AppraisalFormAndObjectives": [ { "AppraisalFormId": "5cde611b-9970-4baa-9c1d-e328b177d3a5", "AppraisalObjectiveId": "58d0b0d6-1d3e-46ed-bf2b-1dc6e336012e", "Weight": 3.1, "AppraisalObjectiveGroupId": "b92e4d29-9ad4-4473-910d-c2ff642d6973", "PriorityOrder": 5.1, "Id": "8042aacd-c4bf-475f-83a8-2e6d6421484a", "CreatedOn": "2025-04-26T17:27:22.1139124+00:00", "UpdatedOn": "2025-04-26T17:27:22.1139124+00:00", "RecordState": 0 }, { "AppraisalFormId": "5cde611b-9970-4baa-9c1d-e328b177d3a5", "AppraisalObjectiveId": "58d0b0d6-1d3e-46ed-bf2b-1dc6e336012e", "Weight": 3.1, "AppraisalObjectiveGroupId": "b92e4d29-9ad4-4473-910d-c2ff642d6973", "PriorityOrder": 5.1, "Id": "8042aacd-c4bf-475f-83a8-2e6d6421484a", "CreatedOn": "2025-04-26T17:27:22.1139124+00:00", "UpdatedOn": "2025-04-26T17:27:22.1139124+00:00", "RecordState": 0 } ], "RequestId": "a5e13d35-dbc3-4608-9654-03118cfa6365", "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:
<SelectAppraisalFormAndObjectiveRequest 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">a5e13d35-dbc3-4608-9654-03118cfa6365</RequestId> <AppraisalFormAndObjectives xmlns:d2p1="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.Core.Models"> <d2p1:AppraisalFormAndObjective> <d2p1:CreatedOn>2025-04-26T17:27:22.1139124+00:00</d2p1:CreatedOn> <d2p1:Id>8042aacd-c4bf-475f-83a8-2e6d6421484a</d2p1:Id> <d2p1:RecordState>Disabled</d2p1:RecordState> <d2p1:UpdatedOn>2025-04-26T17:27:22.1139124+00:00</d2p1:UpdatedOn> <d2p1:AppraisalFormId>5cde611b-9970-4baa-9c1d-e328b177d3a5</d2p1:AppraisalFormId> <d2p1:AppraisalObjectiveGroupId>b92e4d29-9ad4-4473-910d-c2ff642d6973</d2p1:AppraisalObjectiveGroupId> <d2p1:AppraisalObjectiveId>58d0b0d6-1d3e-46ed-bf2b-1dc6e336012e</d2p1:AppraisalObjectiveId> <d2p1:PriorityOrder>5.1</d2p1:PriorityOrder> <d2p1:Weight>3.1</d2p1:Weight> </d2p1:AppraisalFormAndObjective> <d2p1:AppraisalFormAndObjective> <d2p1:CreatedOn>2025-04-26T17:27:22.1139124+00:00</d2p1:CreatedOn> <d2p1:Id>8042aacd-c4bf-475f-83a8-2e6d6421484a</d2p1:Id> <d2p1:RecordState>Disabled</d2p1:RecordState> <d2p1:UpdatedOn>2025-04-26T17:27:22.1139124+00:00</d2p1:UpdatedOn> <d2p1:AppraisalFormId>5cde611b-9970-4baa-9c1d-e328b177d3a5</d2p1:AppraisalFormId> <d2p1:AppraisalObjectiveGroupId>b92e4d29-9ad4-4473-910d-c2ff642d6973</d2p1:AppraisalObjectiveGroupId> <d2p1:AppraisalObjectiveId>58d0b0d6-1d3e-46ed-bf2b-1dc6e336012e</d2p1:AppraisalObjectiveId> <d2p1:PriorityOrder>5.1</d2p1:PriorityOrder> <d2p1:Weight>3.1</d2p1:Weight> </d2p1:AppraisalFormAndObjective> </AppraisalFormAndObjectives> <CompanyId>ca7abff0-01c1-4c48-9908-13a15198ee6a</CompanyId> <languageLogin>sample string 2</languageLogin> </SelectAppraisalFormAndObjectiveRequest>
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.