GET api/Bimestres
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Bimestres| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| Bimestre | string |
None. |
|
| Descripcion | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"Bimestre": "sample string 2",
"Descripcion": "sample string 3"
},
{
"id": 1,
"Bimestre": "sample string 2",
"Descripcion": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfBimestres xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiXamarin.Models">
<Bimestres>
<Bimestre>sample string 2</Bimestre>
<Descripcion>sample string 3</Descripcion>
<id>1</id>
</Bimestres>
<Bimestres>
<Bimestre>sample string 2</Bimestre>
<Descripcion>sample string 3</Descripcion>
<id>1</id>
</Bimestres>
</ArrayOfBimestres>