POST api/v1/PushNotification/PushNotificationIsViewed

Request Information

URI Parameters

None.

Body Parameters

PushNotificationSentLog
NameDescriptionTypeAdditional information
Id

integer

None.

ScheduleID

integer

None.

PushNotificationID

string

None.

GoalId

string

None.

Title

string

None.

Description

string

None.

IsSent

boolean

None.

IsViewed

boolean

None.

Email

string

None.

Token

string

None.

SentDateTime

date

None.

CreatedDateTime

date

None.

AgencyDatabaseID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ScheduleID": 2,
  "PushNotificationID": "sample string 3",
  "GoalId": "sample string 4",
  "Title": "sample string 5",
  "Description": "sample string 6",
  "IsSent": true,
  "IsViewed": true,
  "Email": "sample string 8",
  "Token": "sample string 9",
  "SentDateTime": "2025-04-29T13:13:58.7591215-04:00",
  "CreatedDateTime": "2025-04-29T13:13:58.7591215-04:00",
  "AgencyDatabaseID": "sample string 11"
}

application/xml, text/xml

Sample:
<PushNotificationSentLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RAIS.API.Models.Entities">
  <AgencyDatabaseID>sample string 11</AgencyDatabaseID>
  <CreatedDateTime>2025-04-29T13:13:58.7591215-04:00</CreatedDateTime>
  <Description>sample string 6</Description>
  <Email>sample string 8</Email>
  <GoalId>sample string 4</GoalId>
  <Id>1</Id>
  <IsSent>true</IsSent>
  <IsViewed>true</IsViewed>
  <PushNotificationID>sample string 3</PushNotificationID>
  <ScheduleID>2</ScheduleID>
  <SentDateTime>2025-04-29T13:13:58.7591215-04:00</SentDateTime>
  <Title>sample string 5</Title>
  <Token>sample string 9</Token>
</PushNotificationSentLog>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.