GET api/Continentes?ano={ano}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ano | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BalancoComercialPorContinente| Name | Description | Type | Additional information |
|---|---|---|---|
| AnoBase | integer |
None. |
|
| Continente | string |
None. |
|
| ValorExportado | decimal number |
None. |
|
| ValorImportado | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AnoBase": 1,
"Continente": "sample string 2",
"ValorExportado": 3.1,
"ValorImportado": 4.1
},
{
"AnoBase": 1,
"Continente": "sample string 2",
"ValorExportado": 3.1,
"ValorImportado": 4.1
}
]