GET api/kpi/GPNett/Revenue/{year}/{toMonth}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
year

integer

Required

toMonth

integer

Required

Body Parameters

None.

Response Information

Resource Description

GPNettRevenue
NameDescriptionTypeAdditional 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>