GET api/v1/moedas
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MoedaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| moeda | string |
None. |
|
| descricao | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"moeda": "sample string 1",
"descricao": "sample string 2"
},
{
"moeda": "sample string 1",
"descricao": "sample string 2"
}
]