POST {language}/performanceAppraisal/sendEmail/publish
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
SendEmailPerformanceReviewPublishRequestName | Description | Type | Additional information |
---|---|---|---|
EmployeeIds | Collection of globally unique identifier |
None. |
|
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": [ "27a90a19-dbb0-4d4c-a612-70932e778305", "70769e67-d2f1-4e75-b021-0454dac78bf9" ], "Email": "sample string 1", "ManagerEmail": "sample string 2", "CcEmail": "sample string 3", "ManagerName": "sample string 4", "EmployeeName": "sample string 5", "ReviewToDate": "2025-07-13T00:41:28.4805079+00:00", "PerformanceReviewName": "sample string 7", "LinkReview": "sample string 8", "IsManagerReview": true, "IsEmployeeReview": true, "Mode": "sample string 11", "Username": "sample string 12", "PerformanceReviewId": "14a889b6-3c2f-43e6-9497-31c270bda3df", "CompanyId": "cc16c486-56e3-4d57-9807-412c77caf1de", "RequestId": "9f2b1fd0-8012-4b93-bc0b-a6b204471ebb", "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">9f2b1fd0-8012-4b93-bc0b-a6b204471ebb</RequestId> <CcEmail>sample string 3</CcEmail> <CompanyId>cc16c486-56e3-4d57-9807-412c77caf1de</CompanyId> <Email>sample string 1</Email> <EmployeeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>27a90a19-dbb0-4d4c-a612-70932e778305</d2p1:guid> <d2p1:guid>70769e67-d2f1-4e75-b021-0454dac78bf9</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>14a889b6-3c2f-43e6-9497-31c270bda3df</PerformanceReviewId> <PerformanceReviewName>sample string 7</PerformanceReviewName> <ReviewToDate>2025-07-13T00:41:28.4805079+00:00</ReviewToDate> <Username>sample string 12</Username> </SendEmailPerformanceReviewPublishRequest>
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.