GET api/getendofthedaycustomerreport?startDate={startDate}&endDate={endDate}&phone={phone}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| startDate | No documentation available. |
Define this parameter in the request URI. |
| endDate | No documentation available. |
Define this parameter in the request URI. |
| phone | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"CustomerId": 1,
"Name": "sample string 2",
"Phone": "sample string 3",
"Email": "sample string 4",
"TotalOrderAmount": 5.1,
"MaximumOrderAmount": 6.1,
"MinimumOrderAmount": 7.1,
"LastFiveOrdersTotal": 8.1
},
{
"CustomerId": 1,
"Name": "sample string 2",
"Phone": "sample string 3",
"Email": "sample string 4",
"TotalOrderAmount": 5.1,
"MaximumOrderAmount": 6.1,
"MinimumOrderAmount": 7.1,
"LastFiveOrdersTotal": 8.1
},
{
"CustomerId": 1,
"Name": "sample string 2",
"Phone": "sample string 3",
"Email": "sample string 4",
"TotalOrderAmount": 5.1,
"MaximumOrderAmount": 6.1,
"MinimumOrderAmount": 7.1,
"LastFiveOrdersTotal": 8.1
}
]
application/xml, text/xml
Sample:
<ArrayOfEndOfTheDayCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FastFoodManagementAPI.DAL.Model">
<EndOfTheDayCustomer>
<CustomerId>1</CustomerId>
<Email>sample string 4</Email>
<LastFiveOrdersTotal>8.1</LastFiveOrdersTotal>
<MaximumOrderAmount>6.1</MaximumOrderAmount>
<MinimumOrderAmount>7.1</MinimumOrderAmount>
<Name>sample string 2</Name>
<Phone>sample string 3</Phone>
<TotalOrderAmount>5.1</TotalOrderAmount>
</EndOfTheDayCustomer>
<EndOfTheDayCustomer>
<CustomerId>1</CustomerId>
<Email>sample string 4</Email>
<LastFiveOrdersTotal>8.1</LastFiveOrdersTotal>
<MaximumOrderAmount>6.1</MaximumOrderAmount>
<MinimumOrderAmount>7.1</MinimumOrderAmount>
<Name>sample string 2</Name>
<Phone>sample string 3</Phone>
<TotalOrderAmount>5.1</TotalOrderAmount>
</EndOfTheDayCustomer>
<EndOfTheDayCustomer>
<CustomerId>1</CustomerId>
<Email>sample string 4</Email>
<LastFiveOrdersTotal>8.1</LastFiveOrdersTotal>
<MaximumOrderAmount>6.1</MaximumOrderAmount>
<MinimumOrderAmount>7.1</MinimumOrderAmount>
<Name>sample string 2</Name>
<Phone>sample string 3</Phone>
<TotalOrderAmount>5.1</TotalOrderAmount>
</EndOfTheDayCustomer>
</ArrayOfEndOfTheDayCustomer>