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": "9b300526-e17d-4148-9e89-14c893b6f4a8", "CompanyId": "ed015652-c89c-4086-8267-37979964e264", "AppraisalFormId": "14e96a3a-793f-45a9-b921-e1ac671bc393", "languageLogin": "sample string 4", "AppraisalObjectiveGroupId": "516e4381-3e94-4306-92e8-8eb701c4620f", "AppraisalObjectiveId": "5f098f9e-7f0d-44d6-b88c-d213e73d587b", "Weight": 7.1, "PriorityOrder": 8.1, "RequestId": "cb99a10c-71e7-40b1-a50e-f4611e7656cd", "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">cb99a10c-71e7-40b1-a50e-f4611e7656cd</RequestId> <AppraisalFormId>14e96a3a-793f-45a9-b921-e1ac671bc393</AppraisalFormId> <AppraisalObjectiveGroupId>516e4381-3e94-4306-92e8-8eb701c4620f</AppraisalObjectiveGroupId> <AppraisalObjectiveId>5f098f9e-7f0d-44d6-b88c-d213e73d587b</AppraisalObjectiveId> <CompanyId>ed015652-c89c-4086-8267-37979964e264</CompanyId> <Id>9b300526-e17d-4148-9e89-14c893b6f4a8</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.