GET api/RptAgendaHoje/{Id_Cliente}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_Cliente | integer |
Required |
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>