GET Api/v2/Integracion/ObtenerRendiciones?rutEmpresa={rutEmpresa}&fechaInicio={fechaInicio}&fechaFin={fechaFin}&fechaConInicio={fechaConInicio}&fechaConFin={fechaConFin}&estado={estado}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
rutEmpresa | integer |
Required |
|
fechaInicio | date |
None. |
|
fechaFin | date |
None. |
|
fechaConInicio | date |
None. |
|
fechaConFin | date |
None. |
|
estado | integer |
Default value is 99 |
Body Parameters
None.
Response Information
Resource Description
Collection of IntegracionRendicionDtoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Nombre | string |
None. |
|
Numero | string |
None. |
|
Estado | integer |
None. |
|
NombreEstado | string |
None. |
|
ReembolsoGastos | boolean |
None. |
|
FechaCreacion | string |
None. |
|
FechaAprobacion | string |
None. |
|
FechaContabilizacion | string |
None. |
|
FechaPeriodoInicio | string |
None. |
|
FechaPeriodoFin | string |
None. |
|
Notas | string |
None. |
|
NombreUnidadRendicion | string |
None. |
|
CodigoUnidadRendicion | string |
None. |
|
NombreUsuario | string |
None. |
|
CorreoUsuario | string |
None. |
|
RutUsuario | string |
None. |
|
NombreUsuarioFondo | string |
None. |
|
CorreoUsuarioFondo | string |
None. |
|
NombreUsuarioUnidad | string |
None. |
|
CorreoUsuarioUnidad | string |
None. |
|
PermiteMultiDistribucion | boolean |
None. |
|
Monto | integer |
None. |
|
Gastos | integer |
None. |
|
NombreCentroCosto | string |
None. |
|
CodigoCentroCosto | string |
None. |
|
NombreFondo | string |
None. |
|
NumeroFondo | string |
None. |
|
IdFondo | integer |
None. |
|
NombreTipoFondo | string |
None. |
|
NombreUsuarioCreador | string |
None. |
|
CorreoUsuarioCreador | string |
None. |
|
Pagada | boolean |
None. |
|
IdPago | integer |
None. |
|
BeneficiarioFondo | string |
None. |
|
IdentificadorBeneficiario | string |
None. |
|
InformacionBancaria | DatosBancariosDto |
None. |
|
Montos | MontosRendicionDto |
None. |
|
FlujoAprobacion | Collection of FlujoAprobacionIntegracionDto |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "id": 1, "nombre": "sample string 2", "numero": "sample string 3", "estado": 4, "nombreEstado": "sample string 5", "reembolsoGastos": true, "fechaCreacion": "sample string 7", "fechaAprobacion": "sample string 8", "fechaContabilizacion": "sample string 9", "fechaPeriodoInicio": "sample string 10", "fechaPeriodoFin": "sample string 11", "notas": "sample string 12", "nombreUnidadRendicion": "sample string 13", "codigoUnidadRendicion": "sample string 14", "nombreUsuario": "sample string 15", "correoUsuario": "sample string 16", "rutUsuario": "sample string 17", "nombreUsuarioFondo": "sample string 18", "correoUsuarioFondo": "sample string 19", "nombreUsuarioUnidad": "sample string 20", "correoUsuarioUnidad": "sample string 21", "permiteMultiDistribucion": true, "monto": 23, "gastos": 1, "nombreCentroCosto": "sample string 24", "codigoCentroCosto": "sample string 25", "nombreFondo": "sample string 26", "numeroFondo": "sample string 27", "idFondo": 28, "nombreTipoFondo": "sample string 29", "nombreUsuarioCreador": "sample string 30", "correoUsuarioCreador": "sample string 31", "pagada": true, "idPago": 1, "beneficiarioFondo": "sample string 33", "identificadorBeneficiario": "sample string 34", "informacionBancaria": { "$id": "2", "nombreBanco": "sample string 1", "tipoCuenta": "sample string 2", "numeroCuenta": "sample string 3" }, "montos": { "$id": "3", "lineasAprobadas": 1, "lineasAprobadasParcial": 2, "lineasObjetadas": 3, "totalLineas": 4, "montoAprobado": 5, "montoSolicitado": 6, "montoObjetado": 7 }, "flujoAprobacion": [ { "$id": "4", "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": "4" } ] }, { "$ref": "1" } ]