DELETE {language}/performanceAppraisal/deleteAppraisalFormAndObjectiveGroup
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
AppraisalFormAndObjectiveGroupRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
AppraisalFormId | globally unique identifier |
None. |
|
languageLogin | string |
None. |
|
AppraisalObjectiveGroupId | globally unique identifier |
None. |
|
Weight | decimal number |
None. |
|
PriorityOrder | decimal number |
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": "5db932d3-61d3-4782-a96a-8246843db442", "CompanyId": "2bc9ea63-939f-4330-8721-127191c07804", "AppraisalFormId": "43a37895-fee3-4da0-a4b7-352368d1ff22", "languageLogin": "sample string 4", "AppraisalObjectiveGroupId": "a6d4aedf-081d-44ff-8f6f-c32a634088ba", "Weight": 6.1, "PriorityOrder": 7.1, "RequestId": "b3a07573-6363-47f4-a13b-ff1c9e39cbc4", "Language": "sample string 9", "LanguageLogin": "sample string 10", "AuthToken": "sample string 11", "ClientId": "sample string 12", "PageIndex": 13, "PageSize": 14 }
application/xml, text/xml
Sample:
<AppraisalFormAndObjectiveGroupRequest 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 11</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 12</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">13</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">14</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">b3a07573-6363-47f4-a13b-ff1c9e39cbc4</RequestId> <AppraisalFormId>43a37895-fee3-4da0-a4b7-352368d1ff22</AppraisalFormId> <AppraisalObjectiveGroupId>a6d4aedf-081d-44ff-8f6f-c32a634088ba</AppraisalObjectiveGroupId> <CompanyId>2bc9ea63-939f-4330-8721-127191c07804</CompanyId> <Id>5db932d3-61d3-4782-a96a-8246843db442</Id> <PriorityOrder>7.1</PriorityOrder> <Weight>6.1</Weight> <languageLogin>sample string 4</languageLogin> </AppraisalFormAndObjectiveGroupRequest>
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.