GET Api/Integracion/ObtenerFondos?rutEmpresa={rutEmpresa}&fechaInicio={fechaInicio}&fechaFin={fechaFin}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
rutEmpresa

integer

Required

fechaInicio

date

Required

fechaFin

date

Required

Body Parameters

None.

Response Information

Resource Description

FondoEncIntegracionDto
NameDescriptionTypeAdditional information
Id

integer

None.

FechaCreacion

string

None.

FechaVencimiento

string

None.

Nombre

string

None.

NombreTipoFondo

string

None.

BeneficiarioFondo

string

None.

IdentificadorBeneficiario

string

None.

Numero

string

None.

Estado

integer

None.

NombreEstado

string

None.

Justificacion

string

None.

IdUsuarioResponsable

integer

None.

NombreResponsable

string

None.

RutResponsable

string

None.

FondoRecurrente

boolean

None.

FondoFlexible

boolean

None.

MontoIncial

integer

None.

SaldoActual

integer

None.

GeneradoDesdeSolicitud

boolean

None.

Moneda

string

None.

FondoCompartido

boolean

None.

CompartidoEnUnidades

Collection of UnidadIntegracionDto

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "fechaCreacion": "sample string 2",
  "fechaVencimiento": "sample string 3",
  "nombre": "sample string 4",
  "nombreTipoFondo": "sample string 5",
  "beneficiarioFondo": "sample string 6",
  "identificadorBeneficiario": "sample string 7",
  "numero": "sample string 8",
  "estado": 9,
  "nombreEstado": "sample string 10",
  "justificacion": "sample string 11",
  "idUsuarioResponsable": 12,
  "nombreResponsable": "sample string 13",
  "rutResponsable": "sample string 14",
  "fondoRecurrente": true,
  "fondoFlexible": true,
  "montoIncial": 17,
  "saldoActual": 18,
  "generadoDesdeSolicitud": true,
  "moneda": "sample string 20",
  "fondoCompartido": true,
  "compartidoEnUnidades": [
    {
      "$id": "2",
      "nombre": "sample string 1",
      "codigo": "sample string 2"
    },
    {
      "$ref": "2"
    }
  ]
}