POST {language}/notification/SenNotificationFirebaseAsync

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

NotificationLeaveRequest
NameDescriptionTypeAdditional information
LeaveStatusTitle

string

None.

ManagerName

string

None.

EmployeeName

string

None.

Type

string

None.

EmployeeId

globally unique identifier

None.

LeaveRequestId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "LeaveStatusTitle": "sample string 1",
  "ManagerName": "sample string 2",
  "EmployeeName": "sample string 3",
  "Type": "sample string 4",
  "EmployeeId": "07e589c5-79d8-41f2-b366-d2542c97f92d",
  "LeaveRequestId": "448d10fa-1b79-4146-86db-19d974161adc"
}

application/xml, text/xml

Sample:
<NotificationLeaveRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.Core.Models">
  <EmployeeId>07e589c5-79d8-41f2-b366-d2542c97f92d</EmployeeId>
  <EmployeeName>sample string 3</EmployeeName>
  <LeaveRequestId>448d10fa-1b79-4146-86db-19d974161adc</LeaveRequestId>
  <LeaveStatusTitle>sample string 1</LeaveStatusTitle>
  <ManagerName>sample string 2</ManagerName>
  <Type>sample string 4</Type>
</NotificationLeaveRequest>

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.