GET api/RptCustosAgendaGestao/{Id_Cliente}/{Id_TpConsulta}/{Qtd_Dias}/{Num_CPF}/{Id_AgendaStatus}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id_Cliente

integer

Required

Id_TpConsulta

integer

Required

Qtd_Dias

integer

Default value is 0

Num_CPF

integer

Default value is 0

Id_AgendaStatus

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>