POST api/Message/OpenSecretMessage

Open a secret message

Request Information

URI Parameters

None.

Body Parameters

SecretMessageDTO
NameDescriptionTypeAdditional information
Code

string

Required

MessageId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "MessageId": "b21db8a0-5d80-44ed-87f0-4afbc2f20116"
}

Response Information

Resource Description

403 - invalid code

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": "c8009fe6-ebac-409d-b589-4f0785fa51cc",
  "Topic": "sample string 2",
  "Body": "sample string 3",
  "ContentId": "b9d2c521-0166-4216-8fca-a35979d702ad",
  "SenderName": "sample string 4",
  "SenderPhone": "sample string 5",
  "Reminder": 0,
  "SendDate": "2025-12-06T06:03:59.4509236+02:00",
  "TrooxType": "sample string 7",
  "IsTranx": true,
  "IsSleep": true,
  "ContentUrl": "sample string 10",
  "ContentType": 0,
  "isSystemMessage": true,
  "NextNotificationDate": "2025-12-06T06:03:59.4509236+02:00"
}