PUT {language}/performanceAppraisal/publishWithdrawManagerSetObjective
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
PublishWithdrawManagerSetObjectivesRequestName | Description | Type | Additional information |
---|---|---|---|
PerformanceReviewEmployeeIds | Collection of globally unique identifier |
None. |
|
PerformanceReviewId | globally unique identifier |
None. |
|
UserName | string |
None. |
|
IsPublish | boolean |
None. |
|
CompanyId | globally unique identifier |
None. |
|
IsPublicAll | 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:
{ "PerformanceReviewEmployeeIds": [ "444ea489-747b-4172-980c-eb6bcc98ff63", "a9e7cbb8-2692-44e9-b9a1-3f92c29111d1" ], "PerformanceReviewId": "368d57e2-1eca-4a32-a94b-5a8abcdcafe8", "UserName": "sample string 2", "IsPublish": true, "CompanyId": "c81a97ef-2f63-42a1-840b-a174807c30dd", "IsPublicAll": true, "RequestId": "ffc9b763-4785-45ca-9674-ec104d06fcb1", "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:
<PublishWithdrawManagerSetObjectivesRequest 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">ffc9b763-4785-45ca-9674-ec104d06fcb1</RequestId> <CompanyId>c81a97ef-2f63-42a1-840b-a174807c30dd</CompanyId> <IsPublicAll>true</IsPublicAll> <IsPublish>true</IsPublish> <PerformanceReviewEmployeeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>444ea489-747b-4172-980c-eb6bcc98ff63</d2p1:guid> <d2p1:guid>a9e7cbb8-2692-44e9-b9a1-3f92c29111d1</d2p1:guid> </PerformanceReviewEmployeeIds> <PerformanceReviewId>368d57e2-1eca-4a32-a94b-5a8abcdcafe8</PerformanceReviewId> <UserName>sample string 2</UserName> </PublishWithdrawManagerSetObjectivesRequest>
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.