PUT {language}/performanceAppraisal/publishWithdrawPerformanceReview
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
PublishWithdrawPerformanceReviewRequestName | Description | Type | Additional information |
---|---|---|---|
PerformanceReviewEmployeeIds | Collection of globally unique identifier |
None. |
|
PerformanceReviewId | globally unique identifier |
None. |
|
UserName | string |
None. |
|
IsPublish | boolean |
None. |
|
IsShowConfirm | boolean |
None. |
|
IsWithdrawReviewed | boolean |
None. |
|
IsPublishAll | boolean |
None. |
|
IsWithdrawnAll | boolean |
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:
{ "PerformanceReviewEmployeeIds": [ "9b698484-13b4-496f-b7ac-b8b69fb1819b", "fb7a48ff-cafd-414e-aed1-b9776d5593fe" ], "PerformanceReviewId": "c8e92336-0522-4371-82a5-ba6f617a942b", "UserName": "sample string 2", "IsPublish": true, "IsShowConfirm": true, "IsWithdrawReviewed": true, "IsPublishAll": true, "IsWithdrawnAll": true, "CompanyId": "043f5d9e-b8c6-4b6b-8a14-fc06852722f9", "RequestId": "dc794e5a-69e5-4dd1-bfba-a4135fca86e0", "Language": "sample string 10", "LanguageLogin": "sample string 11", "AuthToken": "sample string 12", "ClientId": "sample string 13", "PageIndex": 14, "PageSize": 15 }
application/xml, text/xml
Sample:
<PublishWithdrawPerformanceReviewRequest 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 12</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 13</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">14</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">15</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">dc794e5a-69e5-4dd1-bfba-a4135fca86e0</RequestId> <CompanyId>043f5d9e-b8c6-4b6b-8a14-fc06852722f9</CompanyId> <IsPublish>true</IsPublish> <IsPublishAll>true</IsPublishAll> <IsShowConfirm>true</IsShowConfirm> <IsWithdrawReviewed>true</IsWithdrawReviewed> <IsWithdrawnAll>true</IsWithdrawnAll> <PerformanceReviewEmployeeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>9b698484-13b4-496f-b7ac-b8b69fb1819b</d2p1:guid> <d2p1:guid>fb7a48ff-cafd-414e-aed1-b9776d5593fe</d2p1:guid> </PerformanceReviewEmployeeIds> <PerformanceReviewId>c8e92336-0522-4371-82a5-ba6f617a942b</PerformanceReviewId> <UserName>sample string 2</UserName> </PublishWithdrawPerformanceReviewRequest>
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.