DELETE {language}/performanceAppraisal/deleteAppraisalFormAndObjective
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
AppraisalFormAndObjectiveRequestName | 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. |
|
AppraisalObjectiveId | 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": "7f86d80f-2d01-4601-bf16-544114e46872", "CompanyId": "7817235b-b61c-4b6c-8a41-3af8f58eff44", "AppraisalFormId": "31e8de8e-860c-4824-9113-9d812fd466f2", "languageLogin": "sample string 4", "AppraisalObjectiveGroupId": "0d07a75e-878f-4a7a-9ae5-6f74f4bef9b3", "AppraisalObjectiveId": "eaa9cecb-aceb-4f53-b18e-199dae3e45cd", "Weight": 7.1, "PriorityOrder": 8.1, "RequestId": "c212913d-a40c-40b8-8a82-26c62d497bc5", "Language": "sample string 10", "LanguageLogin": "sample string 11", "AuthToken": "sample string 12", "ClientId": "sample string 13", "PageIndex": 14, "PageSize": 15 }
application/xml, text/xml
Sample:
<AppraisalFormAndObjectiveRequest 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 12</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 13</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">14</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">15</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">c212913d-a40c-40b8-8a82-26c62d497bc5</RequestId> <AppraisalFormId>31e8de8e-860c-4824-9113-9d812fd466f2</AppraisalFormId> <AppraisalObjectiveGroupId>0d07a75e-878f-4a7a-9ae5-6f74f4bef9b3</AppraisalObjectiveGroupId> <AppraisalObjectiveId>eaa9cecb-aceb-4f53-b18e-199dae3e45cd</AppraisalObjectiveId> <CompanyId>7817235b-b61c-4b6c-8a41-3af8f58eff44</CompanyId> <Id>7f86d80f-2d01-4601-bf16-544114e46872</Id> <PriorityOrder>8.1</PriorityOrder> <Weight>7.1</Weight> <languageLogin>sample string 4</languageLogin> </AppraisalFormAndObjectiveRequest>
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.