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