POST {language}/performanceAppraisal/addAppraisalRating
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
AppraisalRatingRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
ApprRatingDetail | Collection of AppraisalRatingDetail |
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": "83bc7446-9652-4fdf-a2c1-79b9da4c4385", "Name": "sample string 2", "Description": "sample string 3", "CompanyId": "62013d90-86ac-42d1-a397-80b19df566ff", "ApprRatingDetail": [ { "AppraisalRatingId": "00f1c635-31e5-408d-8864-cc9aba41bc5b", "LevelNumber": 2, "Achievement": "sample string 3", "Id": "8fde9cf3-64f1-415e-b7c9-77341f250e33", "CreatedOn": "2025-07-13T00:30:45.3349558+00:00", "UpdatedOn": "2025-07-13T00:30:45.3349558+00:00", "RecordState": 0 }, { "AppraisalRatingId": "00f1c635-31e5-408d-8864-cc9aba41bc5b", "LevelNumber": 2, "Achievement": "sample string 3", "Id": "8fde9cf3-64f1-415e-b7c9-77341f250e33", "CreatedOn": "2025-07-13T00:30:45.3349558+00:00", "UpdatedOn": "2025-07-13T00:30:45.3349558+00:00", "RecordState": 0 } ], "RequestId": "d31ae739-99f7-4c40-84a3-f9c553dc829c", "Language": "sample string 6", "LanguageLogin": "sample string 7", "AuthToken": "sample string 8", "ClientId": "sample string 9", "PageIndex": 10, "PageSize": 11 }
application/xml, text/xml
Sample:
<AppraisalRatingRequest 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 8</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 6</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 7</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">10</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">11</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">d31ae739-99f7-4c40-84a3-f9c553dc829c</RequestId> <ApprRatingDetail xmlns:d2p1="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.Core.Models"> <d2p1:AppraisalRatingDetail> <d2p1:CreatedOn>2025-07-13T00:30:45.3349558+00:00</d2p1:CreatedOn> <d2p1:Id>8fde9cf3-64f1-415e-b7c9-77341f250e33</d2p1:Id> <d2p1:RecordState>Disabled</d2p1:RecordState> <d2p1:UpdatedOn>2025-07-13T00:30:45.3349558+00:00</d2p1:UpdatedOn> <d2p1:Achievement>sample string 3</d2p1:Achievement> <d2p1:AppraisalRatingId>00f1c635-31e5-408d-8864-cc9aba41bc5b</d2p1:AppraisalRatingId> <d2p1:LevelNumber>2</d2p1:LevelNumber> </d2p1:AppraisalRatingDetail> <d2p1:AppraisalRatingDetail> <d2p1:CreatedOn>2025-07-13T00:30:45.3349558+00:00</d2p1:CreatedOn> <d2p1:Id>8fde9cf3-64f1-415e-b7c9-77341f250e33</d2p1:Id> <d2p1:RecordState>Disabled</d2p1:RecordState> <d2p1:UpdatedOn>2025-07-13T00:30:45.3349558+00:00</d2p1:UpdatedOn> <d2p1:Achievement>sample string 3</d2p1:Achievement> <d2p1:AppraisalRatingId>00f1c635-31e5-408d-8864-cc9aba41bc5b</d2p1:AppraisalRatingId> <d2p1:LevelNumber>2</d2p1:LevelNumber> </d2p1:AppraisalRatingDetail> </ApprRatingDetail> <CompanyId>62013d90-86ac-42d1-a397-80b19df566ff</CompanyId> <Description>sample string 3</Description> <Id>83bc7446-9652-4fdf-a2c1-79b9da4c4385</Id> <Name>sample string 2</Name> </AppraisalRatingRequest>
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.