GET api/RptAgendaStatus/{Id_Cliente}/{Qtd_Dias}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id_Cliente

integer

Required

Qtd_Dias

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

Collection of MicroCharts
NameDescriptionTypeAdditional information
Label

string

None.

ValueLabel

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Label": "sample string 1",
    "ValueLabel": "sample string 2"
  },
  {
    "Label": "sample string 1",
    "ValueLabel": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMicroCharts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiMobile.WebApiMobile.Models">
  <MicroCharts>
    <Label>sample string 1</Label>
    <ValueLabel>sample string 2</ValueLabel>
  </MicroCharts>
  <MicroCharts>
    <Label>sample string 1</Label>
    <ValueLabel>sample string 2</ValueLabel>
  </MicroCharts>
</ArrayOfMicroCharts>