DELETE {language}/performanceAppraisal/deleteAppraisalFormAndObjectiveGroup
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
AppraisalFormAndObjectiveGroupRequestName | 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. |
|
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": "c3021edb-79a6-4bef-8691-8ed0de882453", "CompanyId": "5922c3f8-8e2b-4027-bdc8-42e45c19f3b2", "AppraisalFormId": "d7839ecb-47f5-4dc3-946e-81353e619f6e", "languageLogin": "sample string 4", "AppraisalObjectiveGroupId": "288216b3-8ddf-4704-b5af-06232e08bfe3", "Weight": 6.1, "PriorityOrder": 7.1, "RequestId": "beb94d40-40ad-432d-9b04-13f5540b985a", "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:
<AppraisalFormAndObjectiveGroupRequest 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">beb94d40-40ad-432d-9b04-13f5540b985a</RequestId> <AppraisalFormId>d7839ecb-47f5-4dc3-946e-81353e619f6e</AppraisalFormId> <AppraisalObjectiveGroupId>288216b3-8ddf-4704-b5af-06232e08bfe3</AppraisalObjectiveGroupId> <CompanyId>5922c3f8-8e2b-4027-bdc8-42e45c19f3b2</CompanyId> <Id>c3021edb-79a6-4bef-8691-8ed0de882453</Id> <PriorityOrder>7.1</PriorityOrder> <Weight>6.1</Weight> <languageLogin>sample string 4</languageLogin> </AppraisalFormAndObjectiveGroupRequest>
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.