POST {language}/performanceAppraisal/getObjectiveGroupFromLibary
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
GetObjectiveGroupFromLibaryRequestName | Description | Type | Additional information |
---|---|---|---|
CompanyId | globally unique identifier |
None. |
|
languageLogin | string |
None. |
|
AppraisalFormId | globally unique identifier |
None. |
|
AppraisalObjectiveGroupId | globally unique identifier |
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:
{ "CompanyId": "ef3edb55-4413-4a38-8fda-7b7272d89941", "languageLogin": "sample string 2", "AppraisalFormId": "687b1edc-b54b-4ada-ab5f-958344951726", "AppraisalObjectiveGroupId": "568df448-ab93-4438-84c2-4fe6e204bf61", "PerformanceReviewEmployeeId": "5225c3fd-f56f-4bbb-836f-38ad7b1915fa", "RequestId": "82ddb5a9-065d-4ee4-8c72-4297a1ec7e00", "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:
<GetObjectiveGroupFromLibaryRequest 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">82ddb5a9-065d-4ee4-8c72-4297a1ec7e00</RequestId> <AppraisalFormId>687b1edc-b54b-4ada-ab5f-958344951726</AppraisalFormId> <AppraisalObjectiveGroupId>568df448-ab93-4438-84c2-4fe6e204bf61</AppraisalObjectiveGroupId> <CompanyId>ef3edb55-4413-4a38-8fda-7b7272d89941</CompanyId> <PerformanceReviewEmployeeId>5225c3fd-f56f-4bbb-836f-38ad7b1915fa</PerformanceReviewEmployeeId> <languageLogin>sample string 2</languageLogin> </GetObjectiveGroupFromLibaryRequest>
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.