PUT {language}/performanceAppraisal/publishWithdrawManagerSetObjective

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

PublishWithdrawManagerSetObjectivesRequest
NameDescriptionTypeAdditional 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": [
    "3edc87b1-95b0-4514-bb89-c718d6977240",
    "dcce6b0a-d605-45fd-a023-1ab5823b2718"
  ],
  "PerformanceReviewId": "e6a44542-c846-403a-99ef-a9dbe4362b9a",
  "UserName": "sample string 2",
  "IsPublish": true,
  "CompanyId": "a7029ff3-a20f-407d-84d9-794a44efe99e",
  "IsPublicAll": true,
  "RequestId": "5e6b9d3a-2c60-4a58-9199-97a87a1ff14a",
  "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">5e6b9d3a-2c60-4a58-9199-97a87a1ff14a</RequestId>
  <CompanyId>a7029ff3-a20f-407d-84d9-794a44efe99e</CompanyId>
  <IsPublicAll>true</IsPublicAll>
  <IsPublish>true</IsPublish>
  <PerformanceReviewEmployeeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>3edc87b1-95b0-4514-bb89-c718d6977240</d2p1:guid>
    <d2p1:guid>dcce6b0a-d605-45fd-a023-1ab5823b2718</d2p1:guid>
  </PerformanceReviewEmployeeIds>
  <PerformanceReviewId>e6a44542-c846-403a-99ef-a9dbe4362b9a</PerformanceReviewId>
  <UserName>sample string 2</UserName>
</PublishWithdrawManagerSetObjectivesRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.