GET api/FondosFijosFirmaDigital/GetTiposFondoFijo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of v_Srt_ffapp_tipo| Name | Description | Type | Additional information |
|---|---|---|---|
| tipo | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"tipo": "sample string 1"
},
{
"tipo": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfv_Srt_ffapp_tipo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Andesmar.Giros.MobileModel">
<v_Srt_ffapp_tipo>
<tipo>sample string 1</tipo>
</v_Srt_ffapp_tipo>
<v_Srt_ffapp_tipo>
<tipo>sample string 1</tipo>
</v_Srt_ffapp_tipo>
</ArrayOfv_Srt_ffapp_tipo>