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": [ "0d613cd8-9a0b-4c4e-96f0-f1cd72c01b22", "c6caeee5-ab2c-4010-bb46-e4785e935476" ], "PerformanceReviewId": "37472980-9be8-4e57-b916-9fa649ed6882", "UserName": "sample string 2", "IsPublish": true, "IsShowConfirm": true, "IsWithdrawReviewed": true, "IsPublishAll": true, "IsWithdrawnAll": true, "CompanyId": "4c679aad-d3d6-4742-8d9f-4ec3fdbd98cf", "RequestId": "c63400c7-4cdf-4c05-bf04-bcf54b9eb582", "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">c63400c7-4cdf-4c05-bf04-bcf54b9eb582</RequestId> <CompanyId>4c679aad-d3d6-4742-8d9f-4ec3fdbd98cf</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>0d613cd8-9a0b-4c4e-96f0-f1cd72c01b22</d2p1:guid> <d2p1:guid>c6caeee5-ab2c-4010-bb46-e4785e935476</d2p1:guid> </PerformanceReviewEmployeeIds> <PerformanceReviewId>37472980-9be8-4e57-b916-9fa649ed6882</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.