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": "55fd0e9f-cd88-4d28-9390-98f1c97bc40e", "AppraisalFormId": "e7d823c7-66f9-4124-bbd4-cac26ffb16de", "PerformanceReviewId": "d8053b80-54d4-4200-8ca0-77a9fb3c70f7", "UserName": "sample string 4", "CompanyId": "8bafd67c-7508-4d83-9cab-bd2a697c5f87", "RequestId": "40ce4280-d0b5-4baa-91df-011143172577", "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">40ce4280-d0b5-4baa-91df-011143172577</RequestId> <AppraisalFormId>e7d823c7-66f9-4124-bbd4-cac26ffb16de</AppraisalFormId> <CompanyId>8bafd67c-7508-4d83-9cab-bd2a697c5f87</CompanyId> <EmployeePerformanceViewId>55fd0e9f-cd88-4d28-9390-98f1c97bc40e</EmployeePerformanceViewId> <PerformanceReviewId>d8053b80-54d4-4200-8ca0-77a9fb3c70f7</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.