POST {language}/notification/SenNotificationFirebaseWithTypeAsync

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

NotificationRequest
NameDescriptionTypeAdditional information
LeaveStatusTitle

string

None.

Status

string

None.

ManagerName

string

None.

EmployeeName

string

None.

NotificationStatus

string

None.

StrName

string

None.

StrName1

string

None.

Type

string

None.

RecordState

integer

None.

IsSendManager

boolean

None.

EmployeeId

globally unique identifier

None.

ObjectId

globally unique identifier

None.

listToken

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "LeaveStatusTitle": "sample string 1",
  "Status": "sample string 2",
  "ManagerName": "sample string 3",
  "EmployeeName": "sample string 4",
  "NotificationStatus": "sample string 5",
  "StrName": "sample string 6",
  "StrName1": "sample string 7",
  "Type": "sample string 8",
  "RecordState": 9,
  "IsSendManager": true,
  "EmployeeId": "e9aa766b-75bf-4f0e-9602-b6ce5f91120d",
  "ObjectId": "a2c4bdc8-cfa8-4c14-a10f-598b06f342fb",
  "listToken": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<NotificationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.Core.Models">
  <EmployeeId>e9aa766b-75bf-4f0e-9602-b6ce5f91120d</EmployeeId>
  <EmployeeName>sample string 4</EmployeeName>
  <IsSendManager>true</IsSendManager>
  <LeaveStatusTitle>sample string 1</LeaveStatusTitle>
  <ManagerName>sample string 3</ManagerName>
  <NotificationStatus>sample string 5</NotificationStatus>
  <ObjectId>a2c4bdc8-cfa8-4c14-a10f-598b06f342fb</ObjectId>
  <RecordState>9</RecordState>
  <Status>sample string 2</Status>
  <StrName>sample string 6</StrName>
  <StrName1>sample string 7</StrName1>
  <Type>sample string 8</Type>
  <listToken xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </listToken>
</NotificationRequest>

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.