POST api/message/consulta
Request Information
URI Parameters
None.
Body Parameters
MessageDao| Name | Description | Type | Additional information |
|---|---|---|---|
| nombre | string |
None. |
|
| string |
None. |
||
| asunto | string |
None. |
|
| mensaje | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"nombre": "sample string 1",
"email": "sample string 2",
"asunto": "sample string 3",
"mensaje": "sample string 4"
}
application/xml, text/xml
Sample:
<MessageDao xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DaoFidelitas.Dominio"> <asunto>sample string 3</asunto> <email>sample string 2</email> <mensaje>sample string 4</mensaje> <nombre>sample string 1</nombre> </MessageDao>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>