GET api/HomeBannersSecundario/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HomeBanner| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Texto1 | string |
Max length: 50 |
|
| Texto2 | string |
Max length: 50 |
|
| Imagen | string |
Max length: 200 |
|
| Imagen1 | string |
Max length: 200 |
|
| Imagen2 | string |
Max length: 200 |
|
| Imagen3 | string |
Max length: 200 |
|
| Link | string |
Max length: 300 |
|
| Activo | boolean |
None. |
|
| ImageFullPath | string |
None. |
|
| Image1FullPath | string |
None. |
|
| Image2FullPath | string |
None. |
|
| Image3FullPath | string |
None. |
|
| ImagenBase64 | Collection of byte |
None. |
|
| Imagen1Base64 | Collection of byte |
None. |
|
| Imagen2Base64 | Collection of byte |
None. |
|
| Imagen3Base64 | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Texto1": "sample string 2",
"Texto2": "sample string 3",
"Imagen": "sample string 4",
"Imagen1": "sample string 5",
"Imagen2": "sample string 6",
"Imagen3": "sample string 7",
"Link": "sample string 8",
"Activo": true,
"ImageFullPath": "http://webapicheckin.sicsoftsa.com/sample string 4",
"Image1FullPath": "http://webapicheckin.sicsoftsa.com/sample string 5",
"Image2FullPath": "http://webapicheckin.sicsoftsa.com/sample string 6",
"Image3FullPath": "http://webapicheckin.sicsoftsa.com/sample string 7",
"ImagenBase64": "QEA=",
"Imagen1Base64": "QEA=",
"Imagen2Base64": "QEA=",
"Imagen3Base64": "QEA="
}
application/xml, text/xml
Sample:
<HomeBanner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CheckIn.Domain"> <Activo>true</Activo> <Id>1</Id> <Imagen>sample string 4</Imagen> <Imagen1>sample string 5</Imagen1> <Imagen1Base64>QEA=</Imagen1Base64> <Imagen2>sample string 6</Imagen2> <Imagen2Base64>QEA=</Imagen2Base64> <Imagen3>sample string 7</Imagen3> <Imagen3Base64>QEA=</Imagen3Base64> <ImagenBase64>QEA=</ImagenBase64> <Link>sample string 8</Link> <Texto1>sample string 2</Texto1> <Texto2>sample string 3</Texto2> </HomeBanner>
multipart/form-data
Sample:
<HomeBanner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CheckIn.Domain"><Activo>true</Activo><Id>1</Id><Imagen>sample string 4</Imagen><Imagen1>sample string 5</Imagen1><Imagen1Base64>QEA=</Imagen1Base64><Imagen2>sample string 6</Imagen2><Imagen2Base64>QEA=</Imagen2Base64><Imagen3>sample string 7</Imagen3><Imagen3Base64>QEA=</Imagen3Base64><ImagenBase64>QEA=</ImagenBase64><Link>sample string 8</Link><Texto1>sample string 2</Texto1><Texto2>sample string 3</Texto2></HomeBanner>