PUT {language}/performanceAppraisal/submitMsSetEmployeeObjectiveGroup
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
SubmitMsSetEmployeeObjectiveGroupRequestName | Description | Type | Additional information |
---|---|---|---|
EmployeePerformanceViewId | globally unique identifier |
None. |
|
AppraisalFormId | globally unique identifier |
None. |
|
PerformanceReviewId | globally unique identifier |
None. |
|
UserName | string |
None. |
|
CompanyId | 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:
{ "EmployeePerformanceViewId": "9ddb4791-c409-4efc-9c21-1cbef3745343", "AppraisalFormId": "5dd0181f-f34d-405a-8f1c-9c726a39b465", "PerformanceReviewId": "ed3b8682-b546-4eee-81c9-56b6bfb6a3f3", "UserName": "sample string 4", "CompanyId": "ffec50ca-8101-4f0e-bb5f-7234a757ed81", "RequestId": "36ebc2d7-3311-430b-8cb0-629e939050ee", "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:
<SubmitMsSetEmployeeObjectiveGroupRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests"> <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">36ebc2d7-3311-430b-8cb0-629e939050ee</RequestId> <AppraisalFormId>5dd0181f-f34d-405a-8f1c-9c726a39b465</AppraisalFormId> <CompanyId>ffec50ca-8101-4f0e-bb5f-7234a757ed81</CompanyId> <EmployeePerformanceViewId>9ddb4791-c409-4efc-9c21-1cbef3745343</EmployeePerformanceViewId> <PerformanceReviewId>ed3b8682-b546-4eee-81c9-56b6bfb6a3f3</PerformanceReviewId> <UserName>sample string 4</UserName> </SubmitMsSetEmployeeObjectiveGroupRequest>
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.