GET api/TransferenciaCuentas?SoloUltimos={SoloUltimos}&PageSize={PageSize}&CurrentPage={CurrentPage}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SoloUltimos | boolean |
None. |
|
| PageSize | integer |
None. |
|
| CurrentPage | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of TransferenciaCuenta| Name | Description | Type | Additional information |
|---|---|---|---|
| CuentaOrigenId | integer |
Required |
|
| CuentaDestinoId | integer |
Required |
|
| SubRubroId | integer |
Required |
|
| Monto | decimal number |
Required |
|
| Fecha | date |
Required |
|
| Concepto | string |
None. |
|
| CuentaOrigen | Cuenta |
None. |
|
| CuentaDestino | Cuenta |
None. |
|
| SubRubro | SubRubro |
None. |
|
| Id | integer |
None. |
|
| CreadoPor | string |
None. |
|
| ModificadoPor | string |
None. |
|
| FechaCreacion | date |
None. |
|
| FechaModificacion | date |
None. |
|
| Borrado | boolean |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.