POST api/ConteudoMidia/RetornaNoticiasPorCategoria
Retorna Notícias por Categoria
Request Information
URI Parameters
None.
Body Parameters
Objeto JSON pra ser enviado via Get
ConteudoMidiaCategoriaVM| Name | Description | Type | Additional information |
|---|---|---|---|
| IdEmpresa |
Identificador da Empresa a ser acessada |
integer |
None. |
| IdConteudoMidia |
Identificador do Conteúdo a ser acessado |
integer |
None. |
| IdIdioma |
Identificador do Idioma |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdEmpresa": 1,
"IdConteudoMidia": 2,
"IdIdioma": 3
}
application/xml, text/xml
Sample:
<ConteudoMidiaCategoriaVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HTM.API.MasterPainel.Areas.ConteudoMidia.ViewModels"> <IdConteudoMidia>2</IdConteudoMidia> <IdEmpresa>1</IdEmpresa> <IdIdioma>3</IdIdioma> </ConteudoMidiaCategoriaVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |