GET api/PlansController/Plans_GetGreenPercentageByRateID/{RateID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RateID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GreenPercentageByRateID| Name | Description | Type | Additional information |
|---|---|---|---|
| GreenPercentageText | string |
None. |
|
| Rate | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GreenPercentageText": "sample string 1",
"Rate": 1.1
},
{
"GreenPercentageText": "sample string 1",
"Rate": 1.1
}
]