GET api/kpi/GPNett/RevenueBudget/{year}/{toMonth}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| year | integer |
Required |
|
| toMonth | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
GPNettRevenueBudget| Name | Description | Type | Additional information |
|---|---|---|---|
| revenueBudget | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"revenueBudget": 1.1
}
application/xml, text/xml
Sample:
<GPNettRevenueBudget xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPIGP.Models.KPI"> <revenueBudget>1.1</revenueBudget> </GPNettRevenueBudget>