GET api/v1/widgets/getlastmmservicelocationwdgt?refresh={refresh}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| refresh | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
SingleResultResponseOfWidgetWithDataDtoOfGetLastMmServiceLocationWidgetDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Meta | MetaSingleResult |
None. |
|
| Notifications |
None. |
Response Formats
application/json, text/json
Sample:
{
"meta": {},
"notifications": [
{},
{}
],
"result": {
"id": "f76d79ef-647a-4feb-b345-acab426ed640",
"code": "sample string 2",
"data": {
"mmServiceCode": "sample string 1",
"mmServiceTitle": "sample string 2",
"mmServiceBeginDate": "2026-03-23T09:13:33.561364+00:00",
"mmServiceEndDate": "2026-03-23T09:13:33.561364+00:00",
"numCustomersByDates": [
{
"date": "sample string 1",
"num": 2
},
{
"date": "sample string 1",
"num": 2
}
]
}
}
}
application/xml, text/xml
Sample:
<SingleResultResponseOfWidgetWithDataDtoOfGetLastMmServiceLocationWidgetDto6G3gPdPvdOvjT49_P xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Presentation.WebApi.Dtos.Response">
<Meta />
<Notifications>
<Notification />
<Notification />
</Notifications>
<Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/Application.Services.Dtos">
<d2p1:Code>sample string 2</d2p1:Code>
<d2p1:Data xmlns:d3p1="http://schemas.datacontract.org/2004/07/Application.Services.Dtos.Location">
<d3p1:MmServiceBeginDate>2026-03-23T09:13:33.561364+00:00</d3p1:MmServiceBeginDate>
<d3p1:MmServiceCode>sample string 1</d3p1:MmServiceCode>
<d3p1:MmServiceEndDate>2026-03-23T09:13:33.561364+00:00</d3p1:MmServiceEndDate>
<d3p1:MmServiceTitle>sample string 2</d3p1:MmServiceTitle>
<d3p1:NumCustomersByDates>
<d3p1:NumCustomersByDate>
<d3p1:Date>sample string 1</d3p1:Date>
<d3p1:Num>2</d3p1:Num>
</d3p1:NumCustomersByDate>
<d3p1:NumCustomersByDate>
<d3p1:Date>sample string 1</d3p1:Date>
<d3p1:Num>2</d3p1:Num>
</d3p1:NumCustomersByDate>
</d3p1:NumCustomersByDates>
</d2p1:Data>
<d2p1:Id>f76d79ef-647a-4feb-b345-acab426ed640</d2p1:Id>
</Result>
</SingleResultResponseOfWidgetWithDataDtoOfGetLastMmServiceLocationWidgetDto6G3gPdPvdOvjT49_P>