POST api/ConteudoMidia/RetornaNoticaCompleta

Retorna a Notícia completa

Request Information

URI Parameters

None.

Body Parameters

Objeto JSON pra ser enviado via Get

ConteudoCompletoVM
NameDescriptionTypeAdditional information
IdEmpresa

Identificador da Empresa a ser acessada

integer

None.

IdIdioma

Identificador do Idioma

integer

None.

CodigoRota

Rota do Conteudo (Informado no método RetornaNoticiasEmDestaque e RetornaNoticiasPorCategoria)

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdEmpresa": 1,
  "IdIdioma": 2,
  "CodigoRota": "sample string 3"
}

application/xml, text/xml

Sample:
<ConteudoCompletoVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HTM.API.MasterPainel.Areas.ConteudoMidia.ViewModels">
  <CodigoRota>sample string 3</CodigoRota>
  <IdEmpresa>1</IdEmpresa>
  <IdIdioma>2</IdIdioma>
</ConteudoCompletoVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.