GET api/sitioWeb/Menu/FooterLinks/{EmpresaID}
Links del footer
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EmpresaID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AguasNuevas_SitioWeb_ServicioWeb.Models.SitioWeb.clsFooter| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| nombre | string |
None. |
|
| url | string |
None. |
|
| target | string |
None. |
|
| fos_id | integer |
None. |
|
| orden | integer |
None. |
|
| activo | boolean |
None. |
|
| ocultar_movil | boolean |
None. |
|
| emp_id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"nombre": "sample string 2",
"url": "sample string 3",
"target": "sample string 4",
"fos_id": 5,
"orden": 6,
"activo": true,
"ocultar_movil": true,
"emp_id": 9
},
{
"id": 1,
"nombre": "sample string 2",
"url": "sample string 3",
"target": "sample string 4",
"fos_id": 5,
"orden": 6,
"activo": true,
"ocultar_movil": true,
"emp_id": 9
}
]
application/xml, text/xml
Sample:
<ArrayOfclsFooter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AguasNuevas_SitioWeb_ServicioWeb.Models.SitioWeb">
<clsFooter>
<activo>true</activo>
<emp_id>9</emp_id>
<fos_id>5</fos_id>
<id>1</id>
<nombre>sample string 2</nombre>
<ocultar_movil>true</ocultar_movil>
<orden>6</orden>
<target>sample string 4</target>
<url>sample string 3</url>
</clsFooter>
<clsFooter>
<activo>true</activo>
<emp_id>9</emp_id>
<fos_id>5</fos_id>
<id>1</id>
<nombre>sample string 2</nombre>
<ocultar_movil>true</ocultar_movil>
<orden>6</orden>
<target>sample string 4</target>
<url>sample string 3</url>
</clsFooter>
</ArrayOfclsFooter>