POST api/Admin/EnviaMensaje
Request Information
URI Parameters
None.
Body Parameters
MensajeModelView| Name | Description | Type | Additional information |
|---|---|---|---|
| NOMBRE | string |
Required |
|
| string |
Required Data type: EmailAddress |
||
| SUBJECT | string |
Required |
|
| MENSAJE | string |
Required String length: inclusive between 0 and 140 |
Request Formats
application/json, text/json
Sample:
{
"NOMBRE": "sample string 1",
"EMAIL": "sample string 2",
"SUBJECT": "sample string 3",
"MENSAJE": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.