POST api/Message/OpenMessage

Open a non secret message

Request Information

URI Parameters

None.

Body Parameters

MessageDTO
NameDescriptionTypeAdditional information
MessageId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "MessageId": "4fa37401-512a-4c47-83bc-cd99e69c4a85"
}

Response Information

Resource Description

MessageCartDTO
NameDescriptionTypeAdditional information
MessageId

globally unique identifier

None.

Topic

string

None.

Body

string

None.

ContentId

globally unique identifier

None.

SenderName

string

None.

SenderPhone

string

None.

Reminder

Reminder

None.

SendDate

date

None.

TrooxType

string

None.

IsTranx

boolean

None.

IsSleep

boolean

None.

ContentUrl

string

None.

ContentType

MessageContentType

None.

isSystemMessage

boolean

None.

NextNotificationDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "MessageId": "e9f88881-818c-4db6-82d9-5a9bdaaa1026",
  "Topic": "sample string 2",
  "Body": "sample string 3",
  "ContentId": "0632d1de-33e4-459b-99f2-b54c8c4abb03",
  "SenderName": "sample string 4",
  "SenderPhone": "sample string 5",
  "Reminder": 0,
  "SendDate": "2025-12-06T06:02:42.3729408+02:00",
  "TrooxType": "sample string 7",
  "IsTranx": true,
  "IsSleep": true,
  "ContentUrl": "sample string 10",
  "ContentType": 0,
  "isSystemMessage": true,
  "NextNotificationDate": "2025-12-06T06:02:42.3729408+02:00"
}