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