GET api/Tabelamensagems/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
tabmensagem| Name | Description | Type | Additional information |
|---|---|---|---|
| id_mensagem | integer |
None. |
|
| nomemensagem | string |
None. |
|
| meunumero | string |
None. |
|
| teunumero | string |
None. |
|
| detalhe | string |
None. |
|
| senharesposta | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id_mensagem": 1,
"nomemensagem": "sample string 2",
"meunumero": "sample string 3",
"teunumero": "sample string 4",
"detalhe": "sample string 5",
"senharesposta": "sample string 6"
}
text/xml
Sample:
<tabmensagem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/anunciosAPI.Models"> <detalhe>sample string 5</detalhe> <id_mensagem>1</id_mensagem> <meunumero>sample string 3</meunumero> <nomemensagem>sample string 2</nomemensagem> <senharesposta>sample string 6</senharesposta> <teunumero>sample string 4</teunumero> </tabmensagem>