GET Dashboard/Contratos/ListarRelatorio_Gerencial_Detalhe
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Relatorio_Gerencial_Detalhe| Name | Description | Type | Additional information |
|---|---|---|---|
| IdRegistro | integer |
None. |
|
| TipoFreteSN | boolean |
None. |
|
| TipoEmprestimosCSN | boolean |
None. |
|
| TipoEmprestimosDSN | boolean |
None. |
|
| NomeDetalhe | string |
None. |
|
| ValorDetalhe | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IdRegistro": 1,
"TipoFreteSN": true,
"TipoEmprestimosCSN": true,
"TipoEmprestimosDSN": true,
"NomeDetalhe": "sample string 2",
"ValorDetalhe": 1.0
},
{
"IdRegistro": 1,
"TipoFreteSN": true,
"TipoEmprestimosCSN": true,
"TipoEmprestimosDSN": true,
"NomeDetalhe": "sample string 2",
"ValorDetalhe": 1.0
}
]