POST Notification/deleteAllNotification

Request Information

URI Parameters

None.

Body Parameters

dataNotificationEmployees
NameDescriptionTypeAdditional information
notificationEmployeesId

string

None.

hrCode

string

None.

notificationTitel

string

None.

notificationMessage

string

None.

firebaseId

string

None.

statusOpen

string

None.

readStatus

string

None.

time

string

None.

firebasePlatForm

string

None.

stutes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "notificationEmployeesId": "sample string 1",
  "hrCode": "sample string 2",
  "notificationTitel": "sample string 3",
  "notificationMessage": "sample string 4",
  "firebaseId": "sample string 5",
  "statusOpen": "sample string 6",
  "readStatus": "sample string 7",
  "time": "sample string 8",
  "firebasePlatForm": "sample string 9",
  "stutes": "sample string 10"
}

application/xml, text/xml

Sample:
<dataNotificationEmployees xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_Company_Attendance.Models.attendance.Notification">
  <firebaseId>sample string 5</firebaseId>
  <firebasePlatForm>sample string 9</firebasePlatForm>
  <hrCode>sample string 2</hrCode>
  <notificationEmployeesId>sample string 1</notificationEmployeesId>
  <notificationMessage>sample string 4</notificationMessage>
  <notificationTitel>sample string 3</notificationTitel>
  <readStatus>sample string 7</readStatus>
  <statusOpen>sample string 6</statusOpen>
  <stutes>sample string 10</stutes>
  <time>sample string 8</time>
</dataNotificationEmployees>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.