GET Api/Integracion/ObtenerSolicitudesFondo?rutEmpresa={rutEmpresa}&fechaInicio={fechaInicio}&fechaFin={fechaFin}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| rutEmpresa | integer |
Required |
|
| fechaInicio | date |
Required |
|
| fechaFin | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SolicitudEncIntegracionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FechaCreacion | string |
None. |
|
| Nombre | string |
None. |
|
| NombreTipoFondo | string |
None. |
|
| Numero | string |
None. |
|
| Estado | integer |
None. |
|
| NombreEstado | string |
None. |
|
| NombreResponsable | string |
None. |
|
| RutResponsable | string |
None. |
|
| MontoIncial | integer |
None. |
|
| Justificacion | string |
None. |
|
| Moneda | string |
None. |
|
| CodigoUnidadAprobadora | string |
None. |
|
| NombreUnidadAprobadora | string |
None. |
|
| FlujoAprobacion | Collection of FlujoAprobacionIntegracionDto |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"fechaCreacion": "sample string 2",
"nombre": "sample string 3",
"nombreTipoFondo": "sample string 4",
"numero": "sample string 5",
"estado": 6,
"nombreEstado": "sample string 7",
"nombreResponsable": "sample string 8",
"rutResponsable": "sample string 9",
"montoIncial": 10,
"justificacion": "sample string 11",
"moneda": "sample string 12",
"codigoUnidadAprobadora": "sample string 13",
"nombreUnidadAprobadora": "sample string 14",
"flujoAprobacion": [
{
"$id": "2",
"nombreUsuario": "sample string 1",
"email": "sample string 2",
"rut": "sample string 3",
"posicion": 4,
"fechaEstado": "sample string 5",
"estado": 6,
"nombreEstado": "sample string 7",
"comentario": "sample string 8"
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
}
]