POST api/ConteudoMidia/RetornaGalerias
Retorna Galerias de Imagem
Request Information
URI Parameters
None.
Body Parameters
Objeto JSON pra ser enviado via Get
ConteudoGaleriaVM| Name | Description | Type | Additional information |
|---|---|---|---|
| IdEmpresa |
Identificador da Empresa a ser acessada |
integer |
None. |
| IdIdioma |
Identificador do Idioma |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdEmpresa": 1,
"IdIdioma": 2
}
application/xml, text/xml
Sample:
<ConteudoGaleriaVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HTM.API.MasterPainel.Areas.ConteudoMidia.ViewModels"> <IdEmpresa>1</IdEmpresa> <IdIdioma>2</IdIdioma> </ConteudoGaleriaVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Objeto JSON pra ser enviado via Get
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. |