POST {language}/performanceAppraisal/insertEmployeeAndObjectiveFromLibary
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
InsertEmployeeAndObjectiveRequestName | Description | Type | Additional information |
---|---|---|---|
CompanyId | globally unique identifier |
None. |
|
languageLogin | string |
None. |
|
EmployeeObjectives | Collection of PerformanceReviewEmployeeAndObjective |
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": "90b1886f-f24b-4c20-b893-018656864c72", "languageLogin": "sample string 2", "EmployeeObjectives": [ { "PerformanceReviewEmployeeId": "e9343b50-605d-46a4-add5-5af92c521d30", "ObjectiveId": "63142b0e-bb9b-4a87-82da-e1a21b45254d", "Weight": 3.1, "AppraisalObjectiveGroupId": "e9260998-f52a-4b59-a2bd-6f39be6578d8", "PriorityOrder": 5.1, "AppraisalObjectiveName": "sample string 6", "AppraisalObjectiveNameTranslated": "sample string 7", "Description": "sample string 8", "CompanyId": "5363a64a-73d2-4e1f-8cf6-44fc8cc70cca", "Id": "669fc32d-09bd-4f2d-80ed-a5c044708667", "CreatedOn": "2025-07-17T17:36:51.0207471+00:00", "UpdatedOn": "2025-07-17T17:36:51.0207471+00:00", "RecordState": 0 }, { "PerformanceReviewEmployeeId": "e9343b50-605d-46a4-add5-5af92c521d30", "ObjectiveId": "63142b0e-bb9b-4a87-82da-e1a21b45254d", "Weight": 3.1, "AppraisalObjectiveGroupId": "e9260998-f52a-4b59-a2bd-6f39be6578d8", "PriorityOrder": 5.1, "AppraisalObjectiveName": "sample string 6", "AppraisalObjectiveNameTranslated": "sample string 7", "Description": "sample string 8", "CompanyId": "5363a64a-73d2-4e1f-8cf6-44fc8cc70cca", "Id": "669fc32d-09bd-4f2d-80ed-a5c044708667", "CreatedOn": "2025-07-17T17:36:51.0207471+00:00", "UpdatedOn": "2025-07-17T17:36:51.0207471+00:00", "RecordState": 0 } ], "RequestId": "d56f402f-243a-4d8e-bd44-95267a2bfca3", "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:
<InsertEmployeeAndObjectiveRequest 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">d56f402f-243a-4d8e-bd44-95267a2bfca3</RequestId> <CompanyId>90b1886f-f24b-4c20-b893-018656864c72</CompanyId> <EmployeeObjectives xmlns:d2p1="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.Core.Models"> <d2p1:PerformanceReviewEmployeeAndObjective> <d2p1:CreatedOn>2025-07-17T17:36:51.0207471+00:00</d2p1:CreatedOn> <d2p1:Id>669fc32d-09bd-4f2d-80ed-a5c044708667</d2p1:Id> <d2p1:RecordState>Disabled</d2p1:RecordState> <d2p1:UpdatedOn>2025-07-17T17:36:51.0207471+00:00</d2p1:UpdatedOn> <d2p1:AppraisalObjectiveGroupId>e9260998-f52a-4b59-a2bd-6f39be6578d8</d2p1:AppraisalObjectiveGroupId> <d2p1:AppraisalObjectiveName>sample string 6</d2p1:AppraisalObjectiveName> <d2p1:AppraisalObjectiveNameTranslated>sample string 7</d2p1:AppraisalObjectiveNameTranslated> <d2p1:CompanyId>5363a64a-73d2-4e1f-8cf6-44fc8cc70cca</d2p1:CompanyId> <d2p1:Description>sample string 8</d2p1:Description> <d2p1:ObjectiveId>63142b0e-bb9b-4a87-82da-e1a21b45254d</d2p1:ObjectiveId> <d2p1:PerformanceReviewEmployeeId>e9343b50-605d-46a4-add5-5af92c521d30</d2p1:PerformanceReviewEmployeeId> <d2p1:PriorityOrder>5.1</d2p1:PriorityOrder> <d2p1:Weight>3.1</d2p1:Weight> </d2p1:PerformanceReviewEmployeeAndObjective> <d2p1:PerformanceReviewEmployeeAndObjective> <d2p1:CreatedOn>2025-07-17T17:36:51.0207471+00:00</d2p1:CreatedOn> <d2p1:Id>669fc32d-09bd-4f2d-80ed-a5c044708667</d2p1:Id> <d2p1:RecordState>Disabled</d2p1:RecordState> <d2p1:UpdatedOn>2025-07-17T17:36:51.0207471+00:00</d2p1:UpdatedOn> <d2p1:AppraisalObjectiveGroupId>e9260998-f52a-4b59-a2bd-6f39be6578d8</d2p1:AppraisalObjectiveGroupId> <d2p1:AppraisalObjectiveName>sample string 6</d2p1:AppraisalObjectiveName> <d2p1:AppraisalObjectiveNameTranslated>sample string 7</d2p1:AppraisalObjectiveNameTranslated> <d2p1:CompanyId>5363a64a-73d2-4e1f-8cf6-44fc8cc70cca</d2p1:CompanyId> <d2p1:Description>sample string 8</d2p1:Description> <d2p1:ObjectiveId>63142b0e-bb9b-4a87-82da-e1a21b45254d</d2p1:ObjectiveId> <d2p1:PerformanceReviewEmployeeId>e9343b50-605d-46a4-add5-5af92c521d30</d2p1:PerformanceReviewEmployeeId> <d2p1:PriorityOrder>5.1</d2p1:PriorityOrder> <d2p1:Weight>3.1</d2p1:Weight> </d2p1:PerformanceReviewEmployeeAndObjective> </EmployeeObjectives> <languageLogin>sample string 2</languageLogin> </InsertEmployeeAndObjectiveRequest>
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.