GET api/GetFolletos?idFolleto={idFolleto}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idFolleto | string |
Default value is * |
Body Parameters
None.
Response Information
Resource Description
Collection of FolletosList| Name | Description | Type | Additional information |
|---|---|---|---|
| NombreFolleto | string |
None. |
|
| id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"NombreFolleto": "sample string 1",
"id": 2
},
{
"NombreFolleto": "sample string 1",
"id": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfFolletosList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_Europamundo.Models.Class">
<FolletosList>
<NombreFolleto>sample string 1</NombreFolleto>
<id>2</id>
</FolletosList>
<FolletosList>
<NombreFolleto>sample string 1</NombreFolleto>
<id>2</id>
</FolletosList>
</ArrayOfFolletosList>