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": "7f70b97d-2388-4b60-bd5d-3f0e59f4dc84", "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": "27f6ad7e-7e2f-4199-8461-08702ba2f7db", "AppraisalRatingId": "0f3da3b6-a1f6-4e8f-9e56-564809821e71", "RequestId": "70051ec8-9af9-4ce5-9bcd-da192c0dfefb", "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">70051ec8-9af9-4ce5-9bcd-da192c0dfefb</RequestId> <AppraisalRatingId>0f3da3b6-a1f6-4e8f-9e56-564809821e71</AppraisalRatingId> <AppraisalRatingSelect>sample string 11</AppraisalRatingSelect> <CompanyId>27f6ad7e-7e2f-4199-8461-08702ba2f7db</CompanyId> <Description>sample string 2</Description> <Id>7f70b97d-2388-4b60-bd5d-3f0e59f4dc84</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.