POST {language}/performanceAppraisal/checkTemplatePublished
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
CheckTemplatePublisedName | Description | Type | Additional information |
---|---|---|---|
CompanyId | globally unique identifier |
None. |
|
languageLogin | string |
None. |
|
AppraisalFormId | globally unique identifier |
None. |
|
IsGroupObjective | boolean |
None. |
|
IsEdit | boolean |
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:
{ "CompanyId": "c2821fcb-31ae-406a-bcb3-c5bd3fb060c3", "languageLogin": "sample string 2", "AppraisalFormId": "46093e03-48df-48bb-8e7d-a020b1f37f58", "IsGroupObjective": true, "IsEdit": true, "RequestId": "c020d20a-f58e-4de8-947c-216699cb27f1", "Language": "sample string 7", "LanguageLogin": "sample string 8", "AuthToken": "sample string 9", "ClientId": "sample string 10", "PageIndex": 11, "PageSize": 12 }
application/xml, text/xml
Sample:
<CheckTemplatePublised 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 9</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 7</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 8</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">11</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">12</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">c020d20a-f58e-4de8-947c-216699cb27f1</RequestId> <AppraisalFormId>46093e03-48df-48bb-8e7d-a020b1f37f58</AppraisalFormId> <CompanyId>c2821fcb-31ae-406a-bcb3-c5bd3fb060c3</CompanyId> <IsEdit>true</IsEdit> <IsGroupObjective>true</IsGroupObjective> <languageLogin>sample string 2</languageLogin> </CheckTemplatePublised>
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.