POST {language}/performanceAppraisal/addAppraisalForm
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
InsertAppraisalFormRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
AppraisalFormCopy | string |
None. |
|
IsEnterWeight | boolean |
None. |
|
IsManagerReview | boolean |
None. |
|
IsEmployeeReview | boolean |
None. |
|
IsManagerRating | boolean |
None. |
|
IsEmployeeRating | boolean |
None. |
|
IsAdminSetUpObjective | boolean |
None. |
|
IsManagerSetUpObjective | boolean |
None. |
|
AppraisalRatingSelect | string |
None. |
|
AppraisalRatingId | globally unique identifier |
None. |
|
ApprRatingDetail | Collection of AppraisalRatingDetail |
None. |
|
AppraisalRatingNameFromTemplate | string |
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": "4d491fcc-e0e3-4fed-8af7-fdc6f820138f", "Name": "sample string 2", "Description": "sample string 3", "CompanyId": "e5a6d089-719a-47a9-8908-1cb0bc4382f5", "AppraisalFormCopy": "sample string 5", "IsEnterWeight": true, "IsManagerReview": true, "IsEmployeeReview": true, "IsManagerRating": true, "IsEmployeeRating": true, "IsAdminSetUpObjective": true, "IsManagerSetUpObjective": true, "AppraisalRatingSelect": "sample string 13", "AppraisalRatingId": "f5a4ba21-5ef7-4ab7-af83-7a86c1200886", "ApprRatingDetail": [ { "AppraisalRatingId": "bdccadf3-2fd2-4b4f-b2b7-e4487afc9797", "LevelNumber": 2, "Achievement": "sample string 3", "Id": "08584c13-964b-4c40-b483-0d7a1371fe68", "CreatedOn": "2025-04-26T18:26:59.8997703+00:00", "UpdatedOn": "2025-04-26T18:26:59.8997703+00:00", "RecordState": 0 }, { "AppraisalRatingId": "bdccadf3-2fd2-4b4f-b2b7-e4487afc9797", "LevelNumber": 2, "Achievement": "sample string 3", "Id": "08584c13-964b-4c40-b483-0d7a1371fe68", "CreatedOn": "2025-04-26T18:26:59.8997703+00:00", "UpdatedOn": "2025-04-26T18:26:59.8997703+00:00", "RecordState": 0 } ], "AppraisalRatingNameFromTemplate": "sample string 15", "RequestId": "def56b36-bc74-43df-baf1-ad660b94e047", "Language": "sample string 17", "LanguageLogin": "sample string 18", "AuthToken": "sample string 19", "ClientId": "sample string 20", "PageIndex": 21, "PageSize": 22 }
application/xml, text/xml
Sample:
<InsertAppraisalFormRequest 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 19</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 20</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 17</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 18</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">21</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">22</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">def56b36-bc74-43df-baf1-ad660b94e047</RequestId> <ApprRatingDetail xmlns:d2p1="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.Core.Models"> <d2p1:AppraisalRatingDetail> <d2p1:CreatedOn>2025-04-26T18:26:59.8997703+00:00</d2p1:CreatedOn> <d2p1:Id>08584c13-964b-4c40-b483-0d7a1371fe68</d2p1:Id> <d2p1:RecordState>Disabled</d2p1:RecordState> <d2p1:UpdatedOn>2025-04-26T18:26:59.8997703+00:00</d2p1:UpdatedOn> <d2p1:Achievement>sample string 3</d2p1:Achievement> <d2p1:AppraisalRatingId>bdccadf3-2fd2-4b4f-b2b7-e4487afc9797</d2p1:AppraisalRatingId> <d2p1:LevelNumber>2</d2p1:LevelNumber> </d2p1:AppraisalRatingDetail> <d2p1:AppraisalRatingDetail> <d2p1:CreatedOn>2025-04-26T18:26:59.8997703+00:00</d2p1:CreatedOn> <d2p1:Id>08584c13-964b-4c40-b483-0d7a1371fe68</d2p1:Id> <d2p1:RecordState>Disabled</d2p1:RecordState> <d2p1:UpdatedOn>2025-04-26T18:26:59.8997703+00:00</d2p1:UpdatedOn> <d2p1:Achievement>sample string 3</d2p1:Achievement> <d2p1:AppraisalRatingId>bdccadf3-2fd2-4b4f-b2b7-e4487afc9797</d2p1:AppraisalRatingId> <d2p1:LevelNumber>2</d2p1:LevelNumber> </d2p1:AppraisalRatingDetail> </ApprRatingDetail> <AppraisalFormCopy>sample string 5</AppraisalFormCopy> <AppraisalRatingId>f5a4ba21-5ef7-4ab7-af83-7a86c1200886</AppraisalRatingId> <AppraisalRatingNameFromTemplate>sample string 15</AppraisalRatingNameFromTemplate> <AppraisalRatingSelect>sample string 13</AppraisalRatingSelect> <CompanyId>e5a6d089-719a-47a9-8908-1cb0bc4382f5</CompanyId> <Description>sample string 3</Description> <Id>4d491fcc-e0e3-4fed-8af7-fdc6f820138f</Id> <IsAdminSetUpObjective>true</IsAdminSetUpObjective> <IsEmployeeRating>true</IsEmployeeRating> <IsEmployeeReview>true</IsEmployeeReview> <IsEnterWeight>true</IsEnterWeight> <IsManagerRating>true</IsManagerRating> <IsManagerReview>true</IsManagerReview> <IsManagerSetUpObjective>true</IsManagerSetUpObjective> <Name>sample string 2</Name> </InsertAppraisalFormRequest>
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.