GET api/RptCustosAgendaGestao/{Num_CPF}?Id_Cliente={Id_Cliente}&Id_TpConsulta={Id_TpConsulta}&Qtd_Dias={Qtd_Dias}&Id_AgendaStatus={Id_AgendaStatus}
Request Information
URI Parameters
| Name | Description | Type | Additional 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| Name | Description | Type | Additional 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>