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