DELETE {language}/performanceAppraisal/deleteEmployeeAndObjective
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
EmployeeAndObjectiveRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
PerformanceReviewEmployeeId | 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": "01e6c5a0-d4ab-44a4-b644-876f45640912", "CompanyId": "a4c91faa-5aee-473e-8fbf-a9c2b1dffc3b", "PerformanceReviewEmployeeId": "9947cbd6-a52c-4660-8abc-ff1d017b1095", "languageLogin": "sample string 4", "AppraisalObjectiveGroupId": "4bf6c009-22e4-4c1c-8ce5-8972ef82d8a1", "AppraisalObjectiveId": "03d1d990-2881-4ed7-888c-437dfad26b21", "Weight": 7.1, "PriorityOrder": 8.1, "RequestId": "21988a16-e9f5-4a0a-8104-b2476a55c1df", "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:
<EmployeeAndObjectiveRequest 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">21988a16-e9f5-4a0a-8104-b2476a55c1df</RequestId> <AppraisalObjectiveGroupId>4bf6c009-22e4-4c1c-8ce5-8972ef82d8a1</AppraisalObjectiveGroupId> <AppraisalObjectiveId>03d1d990-2881-4ed7-888c-437dfad26b21</AppraisalObjectiveId> <CompanyId>a4c91faa-5aee-473e-8fbf-a9c2b1dffc3b</CompanyId> <Id>01e6c5a0-d4ab-44a4-b644-876f45640912</Id> <PerformanceReviewEmployeeId>9947cbd6-a52c-4660-8abc-ff1d017b1095</PerformanceReviewEmployeeId> <PriorityOrder>8.1</PriorityOrder> <Weight>7.1</Weight> <languageLogin>sample string 4</languageLogin> </EmployeeAndObjectiveRequest>
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.