GET api/mensagensrecebidas?idAnuncio={idAnuncio}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idAnuncio

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of tabmensagem
NameDescriptionTypeAdditional 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"
  },
  {
    "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:
<ArrayOftabmensagem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/anunciosAPI.Models">
  <tabmensagem>
    <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>
  <tabmensagem>
    <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>
</ArrayOftabmensagem>