GET api/getendofthedaybreakdownreport?startDate={startDate}&endDate={endDate}
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. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"Title": "sample string 1",
"Quantity": 2.1,
"Card": 1.1,
"Cash": 1.1,
"Total": 3.1,
"Style": "sample string 4"
},
{
"Title": "sample string 1",
"Quantity": 2.1,
"Card": 1.1,
"Cash": 1.1,
"Total": 3.1,
"Style": "sample string 4"
},
{
"Title": "sample string 1",
"Quantity": 2.1,
"Card": 1.1,
"Cash": 1.1,
"Total": 3.1,
"Style": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfEndOfTheDayBreakdown xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FastFoodManagementAPI.DAL.Model">
<EndOfTheDayBreakdown>
<Card>1.1</Card>
<Cash>1.1</Cash>
<Quantity>2.1</Quantity>
<Style>sample string 4</Style>
<Title>sample string 1</Title>
<Total>3.1</Total>
</EndOfTheDayBreakdown>
<EndOfTheDayBreakdown>
<Card>1.1</Card>
<Cash>1.1</Cash>
<Quantity>2.1</Quantity>
<Style>sample string 4</Style>
<Title>sample string 1</Title>
<Total>3.1</Total>
</EndOfTheDayBreakdown>
<EndOfTheDayBreakdown>
<Card>1.1</Card>
<Cash>1.1</Cash>
<Quantity>2.1</Quantity>
<Style>sample string 4</Style>
<Title>sample string 1</Title>
<Total>3.1</Total>
</EndOfTheDayBreakdown>
</ArrayOfEndOfTheDayBreakdown>