GET api/CurrentPrices
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CurrentPrices| Name | Description | Type | Additional information |
|---|---|---|---|
| yearly | decimal number |
None. |
|
| monthly | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"yearly": 1.0,
"monthly": 2.0
}