POST {language}/email/realtime/sendEmail

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

SendEmailRealTimeRequestRequest
NameDescriptionTypeAdditional information
Email

string

None.

CcEmail

string

None.

ManagerName

string

None.

EmployeeName

string

None.

TimesheetDate

date

None.

SheduleFromTime

date

None.

SheduleToTime

date

None.

TimeIn

string

None.

TimeOut

string

None.

Remark

string

None.

LinkApprove

string

None.

LinkReject

string

None.

LinkClient

string

None.

ApprovalRejectionReason

string

None.

Country

string

None.

TypeDay

string

None.

NightOTHours

decimal number

None.

TimeSheetMode

string

None.

EveningOTHours

decimal number

None.

OTHous

decimal number

None.

ActionSendEmail

SendEmailRealTimeValidationActionEnum

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:
{
  "Email": "sample string 1",
  "CcEmail": "sample string 2",
  "ManagerName": "sample string 3",
  "EmployeeName": "sample string 4",
  "TimesheetDate": "2025-04-26T19:19:43.4560338+00:00",
  "SheduleFromTime": "2025-04-26T19:19:43.4560338+00:00",
  "SheduleToTime": "2025-04-26T19:19:43.4560338+00:00",
  "TimeIn": "sample string 8",
  "TimeOut": "sample string 9",
  "Remark": "sample string 10",
  "LinkApprove": "sample string 11",
  "LinkReject": "sample string 12",
  "LinkClient": "sample string 13",
  "ApprovalRejectionReason": "sample string 14",
  "Country": "sample string 15",
  "TypeDay": "sample string 16",
  "NightOTHours": 17.1,
  "TimeSheetMode": "sample string 18",
  "EveningOTHours": 19.1,
  "OTHous": 20.1,
  "ActionSendEmail": 1,
  "RequestId": "ec61349c-c7fb-432f-9464-68e07ac5dcf3",
  "Language": "sample string 22",
  "LanguageLogin": "sample string 23",
  "AuthToken": "sample string 24",
  "ClientId": "sample string 25",
  "PageIndex": 26,
  "PageSize": 27
}

application/xml, text/xml

Sample:
<SendEmailRealTimeRequestRequest 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 24</AuthToken>
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 25</ClientId>
  <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 22</Language>
  <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 23</LanguageLogin>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">26</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">27</PageSize>
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">ec61349c-c7fb-432f-9464-68e07ac5dcf3</RequestId>
  <ActionSendEmail>RealTimeRequestNotification</ActionSendEmail>
  <ApprovalRejectionReason>sample string 14</ApprovalRejectionReason>
  <CcEmail>sample string 2</CcEmail>
  <Country>sample string 15</Country>
  <Email>sample string 1</Email>
  <EmployeeName>sample string 4</EmployeeName>
  <EveningOTHours>19.1</EveningOTHours>
  <LinkApprove>sample string 11</LinkApprove>
  <LinkClient>sample string 13</LinkClient>
  <LinkReject>sample string 12</LinkReject>
  <ManagerName>sample string 3</ManagerName>
  <NightOTHours>17.1</NightOTHours>
  <OTHous>20.1</OTHous>
  <Remark>sample string 10</Remark>
  <SheduleFromTime>2025-04-26T19:19:43.4560338+00:00</SheduleFromTime>
  <SheduleToTime>2025-04-26T19:19:43.4560338+00:00</SheduleToTime>
  <TimeIn>sample string 8</TimeIn>
  <TimeOut>sample string 9</TimeOut>
  <TimeSheetMode>sample string 18</TimeSheetMode>
  <TimesheetDate>2025-04-26T19:19:43.4560338+00:00</TimesheetDate>
  <TypeDay>sample string 16</TypeDay>
</SendEmailRealTimeRequestRequest>

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.