POST {language}/performanceAppraisal/sendEmail/remind

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

SendEmailPerformanceReviewPublishRequest
NameDescriptionTypeAdditional information
EmployeeIds

Collection of globally unique identifier

None.

Email

string

None.

ManagerEmail

string

None.

CcEmail

string

None.

ManagerName

string

None.

EmployeeName

string

None.

ReviewToDate

date

None.

PerformanceReviewName

string

None.

LinkReview

string

None.

IsManagerReview

boolean

None.

IsEmployeeReview

boolean

None.

Mode

string

None.

Username

string

None.

PerformanceReviewId

globally unique identifier

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:
{
  "EmployeeIds": [
    "8694ccbf-c97d-476f-9985-06fda0b5e1c9",
    "73cd5bfc-aef3-4a93-a560-5dbc3b6cdf28"
  ],
  "Email": "sample string 1",
  "ManagerEmail": "sample string 2",
  "CcEmail": "sample string 3",
  "ManagerName": "sample string 4",
  "EmployeeName": "sample string 5",
  "ReviewToDate": "2025-04-28T00:00:38.3538574+00:00",
  "PerformanceReviewName": "sample string 7",
  "LinkReview": "sample string 8",
  "IsManagerReview": true,
  "IsEmployeeReview": true,
  "Mode": "sample string 11",
  "Username": "sample string 12",
  "PerformanceReviewId": "779bea2a-4062-4191-8df7-b1e0796b8eb0",
  "CompanyId": "4ec8d1e5-9f66-402c-9065-4dda4ece08a9",
  "RequestId": "f3000a8c-9904-4271-80b9-428b0323dbdc",
  "Language": "sample string 16",
  "LanguageLogin": "sample string 17",
  "AuthToken": "sample string 18",
  "ClientId": "sample string 19",
  "PageIndex": 20,
  "PageSize": 21
}

application/xml, text/xml

Sample:
<SendEmailPerformanceReviewPublishRequest 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 18</AuthToken>
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 19</ClientId>
  <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 16</Language>
  <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 17</LanguageLogin>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">20</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">21</PageSize>
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">f3000a8c-9904-4271-80b9-428b0323dbdc</RequestId>
  <CcEmail>sample string 3</CcEmail>
  <CompanyId>4ec8d1e5-9f66-402c-9065-4dda4ece08a9</CompanyId>
  <Email>sample string 1</Email>
  <EmployeeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>8694ccbf-c97d-476f-9985-06fda0b5e1c9</d2p1:guid>
    <d2p1:guid>73cd5bfc-aef3-4a93-a560-5dbc3b6cdf28</d2p1:guid>
  </EmployeeIds>
  <EmployeeName>sample string 5</EmployeeName>
  <IsEmployeeReview>true</IsEmployeeReview>
  <IsManagerReview>true</IsManagerReview>
  <LinkReview>sample string 8</LinkReview>
  <ManagerEmail>sample string 2</ManagerEmail>
  <ManagerName>sample string 4</ManagerName>
  <Mode>sample string 11</Mode>
  <PerformanceReviewId>779bea2a-4062-4191-8df7-b1e0796b8eb0</PerformanceReviewId>
  <PerformanceReviewName>sample string 7</PerformanceReviewName>
  <ReviewToDate>2025-04-28T00:00:38.3538574+00:00</ReviewToDate>
  <Username>sample string 12</Username>
</SendEmailPerformanceReviewPublishRequest>

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.