POST api/Message/RequestSmsSecretMessage
Request sms to user with sms which helps to unlock secret message
Request Information
URI Parameters
None.
Body Parameters
MessageDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| MessageId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"MessageId": "57e15cc6-3341-4cb6-80f9-69256ce27b38"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.