POST {language}/performanceAppraisal/getObjectiveFromLibary
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": "d8620711-b6a0-4297-bfe5-62910dbed094", "languageLogin": "sample string 2", "AppraisalFormId": "b81b53ac-e2fc-4c79-aa76-9a2996b4a15a", "AppraisalObjectiveGroupId": "b9d5a429-2370-4298-9255-a05c9cae4533", "PerformanceReviewEmployeeId": "aafb0daa-7f6d-4da1-b301-eedb4e895466", "RequestId": "1afc3093-a1ce-40db-9cfa-3cfbc4c0baee", "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">1afc3093-a1ce-40db-9cfa-3cfbc4c0baee</RequestId> <AppraisalFormId>b81b53ac-e2fc-4c79-aa76-9a2996b4a15a</AppraisalFormId> <AppraisalObjectiveGroupId>b9d5a429-2370-4298-9255-a05c9cae4533</AppraisalObjectiveGroupId> <CompanyId>d8620711-b6a0-4297-bfe5-62910dbed094</CompanyId> <PerformanceReviewEmployeeId>aafb0daa-7f6d-4da1-b301-eedb4e895466</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.