DELETE {language}/performanceAppraisal/deleteObjective
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
ObjectiveRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
ObjectiveGroupId | globally unique identifier |
None. |
|
Description | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
languageLogin | string |
None. |
|
AppraisalFormId | globally unique identifier |
None. |
|
Weight | decimal number |
None. |
|
PriorityOrder | decimal number |
None. |
|
PerformanceReviewEmployeeId | 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": "b27c4c96-5d6f-4496-8b90-71a49acb6499", "Name": "sample string 2", "ObjectiveGroupId": "817cdaf4-9b0a-4a00-8149-5d1029c4deed", "Description": "sample string 4", "CompanyId": "72d8bb12-bd62-497e-8776-3ad1ea215185", "languageLogin": "sample string 6", "AppraisalFormId": "e256b242-f8a0-4368-b068-cb0261e998d8", "Weight": 8.1, "PriorityOrder": 9.1, "PerformanceReviewEmployeeId": "e123f1a6-c1da-4291-a5c0-4801eb6f254c", "RequestId": "719b3cde-e3dd-40dc-ad37-9ba1c48a0b72", "Language": "sample string 12", "LanguageLogin": "sample string 13", "AuthToken": "sample string 14", "ClientId": "sample string 15", "PageIndex": 16, "PageSize": 17 }
application/xml, text/xml
Sample:
<ObjectiveRequest 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 14</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 15</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 12</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 13</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">16</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">17</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">719b3cde-e3dd-40dc-ad37-9ba1c48a0b72</RequestId> <AppraisalFormId>e256b242-f8a0-4368-b068-cb0261e998d8</AppraisalFormId> <CompanyId>72d8bb12-bd62-497e-8776-3ad1ea215185</CompanyId> <Description>sample string 4</Description> <Id>b27c4c96-5d6f-4496-8b90-71a49acb6499</Id> <Name>sample string 2</Name> <ObjectiveGroupId>817cdaf4-9b0a-4a00-8149-5d1029c4deed</ObjectiveGroupId> <PerformanceReviewEmployeeId>e123f1a6-c1da-4291-a5c0-4801eb6f254c</PerformanceReviewEmployeeId> <PriorityOrder>9.1</PriorityOrder> <Weight>8.1</Weight> <languageLogin>sample string 6</languageLogin> </ObjectiveRequest>
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.