GET api/Cuentas/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Cuenta| Name | Description | Type | Additional information |
|---|---|---|---|
| Nombre | string |
Required |
|
| Grupo | string |
Required |
|
| Banco | string |
Required |
|
| EsBanco | boolean |
None. |
|
| Saldo | decimal number |
None. |
|
| FullName | string |
None. |
|
| Movimientos | Collection of MovimientoCuenta |
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.