POST {language}/notification/SenNotificationFirebaseAsync
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
NotificationLeaveRequestName | Description | Type | Additional 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": "584d458d-2d2b-4bd0-a3e4-d4e139a756b0", "LeaveRequestId": "ecc603d7-79e2-4cce-a3c0-39ff7d9aaa2b" }
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>584d458d-2d2b-4bd0-a3e4-d4e139a756b0</EmployeeId> <EmployeeName>sample string 3</EmployeeName> <LeaveRequestId>ecc603d7-79e2-4cce-a3c0-39ff7d9aaa2b</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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.