POST api/unreadtoread

Request Information

URI Parameters

None.

Body Parameters

EntityNotification
NameDescriptionTypeAdditional information
Id

integer

None.

Message

string

None.

ReadStatus

boolean

None.

NotificationType

integer

None.

Status

integer

None.

ApplicationId

integer

None.

ParentId

integer

None.

EntityType

integer

None.

NotifiedBy

integer

None.

NotificationFor

integer

None.

CreatedDtm

date

None.

TargetLink

string

None.

DisplayName

string

None.

NotifiedFor

Collection of integer

None.

DeviceToken

string

None.

NotificationId

Collection of integer

None.

IsWeb

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Message": "sample string 2",
  "ReadStatus": true,
  "NotificationType": 1,
  "Status": 1,
  "ApplicationId": 1,
  "ParentId": 1,
  "EntityType": 1,
  "NotifiedBy": 4,
  "NotificationFor": 5,
  "CreatedDtm": "2026-06-04T00:54:01.7868554+02:00",
  "TargetLink": "sample string 7",
  "DisplayName": "sample string 8",
  "NotifiedFor": [
    1,
    2
  ],
  "DeviceToken": "sample string 9",
  "NotificationId": [
    1,
    2
  ],
  "IsWeb": true
}

application/xml, text/xml

Sample:
<EntityNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.Business.Entity">
  <ApplicationId>1</ApplicationId>
  <CreatedDtm>2026-06-04T00:54:01.7868554+02:00</CreatedDtm>
  <DeviceToken>sample string 9</DeviceToken>
  <DisplayName>sample string 8</DisplayName>
  <EntityType>1</EntityType>
  <Id>1</Id>
  <IsWeb>true</IsWeb>
  <Message>sample string 2</Message>
  <NotificationFor>5</NotificationFor>
  <NotificationId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </NotificationId>
  <NotificationType>1</NotificationType>
  <NotifiedBy>4</NotifiedBy>
  <NotifiedFor xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </NotifiedFor>
  <ParentId>1</ParentId>
  <ReadStatus>true</ReadStatus>
  <Status>1</Status>
  <TargetLink>sample string 7</TargetLink>
</EntityNotification>

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.