DELETE {language}/performanceAppraisal/deleteAppraisalForm
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
AppraisalFormRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Description | string |
None. |
|
Name | 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. |
|
CompanyId | globally unique identifier |
None. |
|
AppraisalRatingId | globally unique identifier |
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": "e15c1b48-a96e-4834-ae3e-eab14d60c88f", "Description": "sample string 2", "Name": "sample string 3", "IsEnterWeight": true, "IsManagerReview": true, "IsEmployeeReview": true, "IsManagerRating": true, "IsEmployeeRating": true, "IsAdminSetUpObjective": true, "IsManagerSetUpObjective": true, "AppraisalRatingSelect": "sample string 11", "CompanyId": "ddbf3cc4-a93c-4d2d-9a60-35bbca0c28e4", "AppraisalRatingId": "fcbe8ed4-6545-4143-939a-2feac9a7a2f0", "RequestId": "a26c7da2-e340-4d21-b71b-b6626388e69d", "Language": "sample string 15", "LanguageLogin": "sample string 16", "AuthToken": "sample string 17", "ClientId": "sample string 18", "PageIndex": 19, "PageSize": 20 }
application/xml, text/xml
Sample:
<AppraisalFormRequest 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 17</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 18</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 15</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 16</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">19</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">20</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">a26c7da2-e340-4d21-b71b-b6626388e69d</RequestId> <AppraisalRatingId>fcbe8ed4-6545-4143-939a-2feac9a7a2f0</AppraisalRatingId> <AppraisalRatingSelect>sample string 11</AppraisalRatingSelect> <CompanyId>ddbf3cc4-a93c-4d2d-9a60-35bbca0c28e4</CompanyId> <Description>sample string 2</Description> <Id>e15c1b48-a96e-4834-ae3e-eab14d60c88f</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 3</Name> </AppraisalFormRequest>
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.