POST Dashboard/Fianceiro/Contas/ListarPorPeriodoAgrupado
Request Information
URI Parameters
None.
Body Parameters
Financeiro_Contas_Agrupamento_BodyName | Description | Type | Additional information |
---|---|---|---|
DataInicial | date |
None. |
|
DataFinal | date |
None. |
|
DebitoSN | boolean |
None. |
|
TipoAgrupamento | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "DataInicial": "2024-11-06T21:28:29.8952713-06:00", "DataFinal": "2024-11-06T21:28:29.8952713-06:00", "DebitoSN": true, "TipoAgrupamento": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Financeiro_Contas_AgrupamentoName | Description | Type | Additional information |
---|---|---|---|
Dia | integer |
None. |
|
Mes | integer |
None. |
|
Ano | integer |
None. |
|
DataVenc | date |
None. |
|
VlLanc | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Dia": 1, "Mes": 1, "Ano": 1, "DataVenc": "2024-11-06T21:28:29.9107941-06:00", "VlLanc": 1.0 }, { "Dia": 1, "Mes": 1, "Ano": 1, "DataVenc": "2024-11-06T21:28:29.9107941-06:00", "VlLanc": 1.0 } ]