DELETE {language}/performanceAppraisal/deleteAppraisalRating
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": "3fb3d68a-7dad-42ed-85b2-34aefa589bdf", "Name": "sample string 2", "Description": "sample string 3", "CompanyId": "9c3eb279-f5ac-4caa-8931-01b3329cb53a", "ApprRatingDetail": [ { "AppraisalRatingId": "c43d7ed4-b142-4468-ba9e-7edfe33f6a85", "LevelNumber": 2, "Achievement": "sample string 3", "Id": "5f3b4768-93d0-4e22-99f5-5b2beba75340", "CreatedOn": "2025-07-13T07:08:52.4690726+00:00", "UpdatedOn": "2025-07-13T07:08:52.4690726+00:00", "RecordState": 0 }, { "AppraisalRatingId": "c43d7ed4-b142-4468-ba9e-7edfe33f6a85", "LevelNumber": 2, "Achievement": "sample string 3", "Id": "5f3b4768-93d0-4e22-99f5-5b2beba75340", "CreatedOn": "2025-07-13T07:08:52.4690726+00:00", "UpdatedOn": "2025-07-13T07:08:52.4690726+00:00", "RecordState": 0 } ], "RequestId": "1c68a20b-89b2-4774-adab-334c8783174e", "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">1c68a20b-89b2-4774-adab-334c8783174e</RequestId> <ApprRatingDetail xmlns:d2p1="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.Core.Models"> <d2p1:AppraisalRatingDetail> <d2p1:CreatedOn>2025-07-13T07:08:52.4690726+00:00</d2p1:CreatedOn> <d2p1:Id>5f3b4768-93d0-4e22-99f5-5b2beba75340</d2p1:Id> <d2p1:RecordState>Disabled</d2p1:RecordState> <d2p1:UpdatedOn>2025-07-13T07:08:52.4690726+00:00</d2p1:UpdatedOn> <d2p1:Achievement>sample string 3</d2p1:Achievement> <d2p1:AppraisalRatingId>c43d7ed4-b142-4468-ba9e-7edfe33f6a85</d2p1:AppraisalRatingId> <d2p1:LevelNumber>2</d2p1:LevelNumber> </d2p1:AppraisalRatingDetail> <d2p1:AppraisalRatingDetail> <d2p1:CreatedOn>2025-07-13T07:08:52.4690726+00:00</d2p1:CreatedOn> <d2p1:Id>5f3b4768-93d0-4e22-99f5-5b2beba75340</d2p1:Id> <d2p1:RecordState>Disabled</d2p1:RecordState> <d2p1:UpdatedOn>2025-07-13T07:08:52.4690726+00:00</d2p1:UpdatedOn> <d2p1:Achievement>sample string 3</d2p1:Achievement> <d2p1:AppraisalRatingId>c43d7ed4-b142-4468-ba9e-7edfe33f6a85</d2p1:AppraisalRatingId> <d2p1:LevelNumber>2</d2p1:LevelNumber> </d2p1:AppraisalRatingDetail> </ApprRatingDetail> <CompanyId>9c3eb279-f5ac-4caa-8931-01b3329cb53a</CompanyId> <Description>sample string 3</Description> <Id>3fb3d68a-7dad-42ed-85b2-34aefa589bdf</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.