DELETE {language}/performanceAppraisal/deleteEmployeeAndObjectiveGroup
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
EmployeeAndObjectiveGroupRequestName | 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. |
|
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": "63bd04d1-c045-4d00-ad7e-06f312ef016c", "CompanyId": "d833bc3c-cf01-4b17-a93f-cb3e59e95792", "PerformanceReviewEmployeeId": "b51fe38a-e499-4c29-848a-fb58b279e6b9", "languageLogin": "sample string 4", "AppraisalObjectiveGroupId": "36dda1b1-4fde-4b75-8ab9-df6c46fee577", "Weight": 6.1, "PriorityOrder": 7.1, "RequestId": "42c458d9-fb39-400c-a5a0-485419257d2f", "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:
<EmployeeAndObjectiveGroupRequest 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">42c458d9-fb39-400c-a5a0-485419257d2f</RequestId> <AppraisalObjectiveGroupId>36dda1b1-4fde-4b75-8ab9-df6c46fee577</AppraisalObjectiveGroupId> <CompanyId>d833bc3c-cf01-4b17-a93f-cb3e59e95792</CompanyId> <Id>63bd04d1-c045-4d00-ad7e-06f312ef016c</Id> <PerformanceReviewEmployeeId>b51fe38a-e499-4c29-848a-fb58b279e6b9</PerformanceReviewEmployeeId> <PriorityOrder>7.1</PriorityOrder> <Weight>6.1</Weight> <languageLogin>sample string 4</languageLogin> </EmployeeAndObjectiveGroupRequest>
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.