POST api/ConteudoMidia/RetornaGaleria
Retorna Galeria de Imagem
Request Information
URI Parameters
None.
Body Parameters
ConteudoGaleriaItemVM| Name | Description | Type | Additional information |
|---|---|---|---|
| IdEmpresa |
Identificador da Empresa a ser acessada |
integer |
None. |
| IdIdioma |
Identificador do Idioma |
integer |
None. |
| CodigoRota |
Rota da Galeria (Informado no Método RetornaGalerias) |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdEmpresa": 1,
"IdIdioma": 2,
"CodigoRota": "sample string 3"
}
application/xml, text/xml
Sample:
<ConteudoGaleriaItemVM 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> </ConteudoGaleriaItemVM>
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. |