POST api/v1/Alert/UserView

Request Information

URI Parameters

None.

Body Parameters

AlertSummaryUserViewLogDTO
NameDescriptionTypeAdditional information
ID

integer

None.

AgencyDatabaseID

string

None.

AlertID

string

None.

UserEmail

string

None.

IsRead

boolean

None.

IsHidden

boolean

None.

CreatedDateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "AgencyDatabaseID": "sample string 2",
  "AlertID": "sample string 3",
  "UserEmail": "sample string 4",
  "IsRead": true,
  "IsHidden": true,
  "CreatedDateTime": "2025-04-29T13:13:58.7591215-04:00"
}

application/xml, text/xml

Sample:
<AlertSummaryUserViewLogDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RAIS.API.Models.MobileApp">
  <AgencyDatabaseID>sample string 2</AgencyDatabaseID>
  <AlertID>sample string 3</AlertID>
  <CreatedDateTime>2025-04-29T13:13:58.7591215-04:00</CreatedDateTime>
  <ID>1</ID>
  <IsHidden>true</IsHidden>
  <IsRead>true</IsRead>
  <UserEmail>sample string 4</UserEmail>
</AlertSummaryUserViewLogDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.