GET Dashboard/Cargas/ListarPorPeriodo?dataInicial={dataInicial}&dataFinal={dataFinal}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dataInicial | date |
Required |
|
| dataFinal | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Cargas| Name | Description | Type | Additional information |
|---|---|---|---|
| IdRegistro | integer |
None. |
|
| IdCarga | integer |
None. |
|
| DataCarga | date |
None. |
|
| Placa | string |
None. |
|
| Motorista | string |
None. |
|
| Produto | string |
None. |
|
| Embarcador | string |
None. |
|
| LocalOrigem | string |
None. |
|
| LocalEntrega | string |
None. |
|
| PesoCarregado | decimal number |
None. |
|
| PesoDescarregado | decimal number |
None. |
|
| VlTotalCompra | decimal number |
None. |
|
| VlTotalVenda | decimal number |
None. |
|
| Anexo | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IdRegistro": 1,
"IdCarga": 2,
"DataCarga": "2025-12-06T18:40:20.650624-06:00",
"Placa": "sample string 3",
"Motorista": "sample string 4",
"Produto": "sample string 5",
"Embarcador": "sample string 6",
"LocalOrigem": "sample string 7",
"LocalEntrega": "sample string 8",
"PesoCarregado": 9.0,
"PesoDescarregado": 10.0,
"VlTotalCompra": 11.0,
"VlTotalVenda": 12.0,
"Anexo": "sample string 13"
},
{
"IdRegistro": 1,
"IdCarga": 2,
"DataCarga": "2025-12-06T18:40:20.650624-06:00",
"Placa": "sample string 3",
"Motorista": "sample string 4",
"Produto": "sample string 5",
"Embarcador": "sample string 6",
"LocalOrigem": "sample string 7",
"LocalEntrega": "sample string 8",
"PesoCarregado": 9.0,
"PesoDescarregado": 10.0,
"VlTotalCompra": 11.0,
"VlTotalVenda": 12.0,
"Anexo": "sample string 13"
}
]