GET Api/UsuarioCliente/GetSaldo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
SaldoClientes| Name | Description | Type | Additional information |
|---|---|---|---|
| MONTOCREDITO | decimal number |
None. |
|
| DISPONIBLE | decimal number |
None. |
|
| VENCIDO | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"MONTOCREDITO": 1.0,
"DISPONIBLE": 2.0,
"VENCIDO": 3.0
}