GET api/getorderdetailsreport?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:
{
"OrderDetails": [
{
"OrderTime": "2026-01-07T10:17:01.3023917+00:00",
"PaymentTime": "2026-01-07T10:17:01.3023917+00:00",
"OrderType": "sample string 3",
"Username": "sample string 4",
"Customername": "sample string 5",
"Address": "sample string 6",
"OrderTotal": 7.1,
"VatType": "sample string 8",
"VatTotal": 9.1,
"PackagingCost": 10.1,
"Tips": 11.1,
"DeliveryCharge": 12.1,
"DiscountTotal": 13.1,
"ServiceCharge": 14.1,
"PaidTotal": 15.1,
"ProductList": [
{
"ProductName": "sample string 1",
"UnitPrice": 2.1,
"ModifierPrice": 3.1,
"Quantity": 4.1,
"OrderTotal": 5.1
},
{
"ProductName": "sample string 1",
"UnitPrice": 2.1,
"ModifierPrice": 3.1,
"Quantity": 4.1,
"OrderTotal": 5.1
},
{
"ProductName": "sample string 1",
"UnitPrice": 2.1,
"ModifierPrice": 3.1,
"Quantity": 4.1,
"OrderTotal": 5.1
}
]
},
{
"OrderTime": "2026-01-07T10:17:01.3023917+00:00",
"PaymentTime": "2026-01-07T10:17:01.3023917+00:00",
"OrderType": "sample string 3",
"Username": "sample string 4",
"Customername": "sample string 5",
"Address": "sample string 6",
"OrderTotal": 7.1,
"VatType": "sample string 8",
"VatTotal": 9.1,
"PackagingCost": 10.1,
"Tips": 11.1,
"DeliveryCharge": 12.1,
"DiscountTotal": 13.1,
"ServiceCharge": 14.1,
"PaidTotal": 15.1,
"ProductList": [
{
"ProductName": "sample string 1",
"UnitPrice": 2.1,
"ModifierPrice": 3.1,
"Quantity": 4.1,
"OrderTotal": 5.1
},
{
"ProductName": "sample string 1",
"UnitPrice": 2.1,
"ModifierPrice": 3.1,
"Quantity": 4.1,
"OrderTotal": 5.1
},
{
"ProductName": "sample string 1",
"UnitPrice": 2.1,
"ModifierPrice": 3.1,
"Quantity": 4.1,
"OrderTotal": 5.1
}
]
},
{
"OrderTime": "2026-01-07T10:17:01.3023917+00:00",
"PaymentTime": "2026-01-07T10:17:01.3023917+00:00",
"OrderType": "sample string 3",
"Username": "sample string 4",
"Customername": "sample string 5",
"Address": "sample string 6",
"OrderTotal": 7.1,
"VatType": "sample string 8",
"VatTotal": 9.1,
"PackagingCost": 10.1,
"Tips": 11.1,
"DeliveryCharge": 12.1,
"DiscountTotal": 13.1,
"ServiceCharge": 14.1,
"PaidTotal": 15.1,
"ProductList": [
{
"ProductName": "sample string 1",
"UnitPrice": 2.1,
"ModifierPrice": 3.1,
"Quantity": 4.1,
"OrderTotal": 5.1
},
{
"ProductName": "sample string 1",
"UnitPrice": 2.1,
"ModifierPrice": 3.1,
"Quantity": 4.1,
"OrderTotal": 5.1
},
{
"ProductName": "sample string 1",
"UnitPrice": 2.1,
"ModifierPrice": 3.1,
"Quantity": 4.1,
"OrderTotal": 5.1
}
]
}
],
"Summary": [
{
"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:
<OrderDetailsReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FastFoodManagementAPI.DAL.Model">
<OrderDetails>
<OrderDetailsReportData>
<Address>sample string 6</Address>
<Customername>sample string 5</Customername>
<DeliveryCharge>12.1</DeliveryCharge>
<DiscountTotal>13.1</DiscountTotal>
<OrderTime>2026-01-07T10:17:01.3023917+00:00</OrderTime>
<OrderTotal>7.1</OrderTotal>
<OrderType>sample string 3</OrderType>
<PackagingCost>10.1</PackagingCost>
<PaidTotal>15.1</PaidTotal>
<PaymentTime>2026-01-07T10:17:01.3023917+00:00</PaymentTime>
<ProductList>
<Product>
<ModifierPrice>3.1</ModifierPrice>
<OrderTotal>5.1</OrderTotal>
<ProductName>sample string 1</ProductName>
<Quantity>4.1</Quantity>
<UnitPrice>2.1</UnitPrice>
</Product>
<Product>
<ModifierPrice>3.1</ModifierPrice>
<OrderTotal>5.1</OrderTotal>
<ProductName>sample string 1</ProductName>
<Quantity>4.1</Quantity>
<UnitPrice>2.1</UnitPrice>
</Product>
<Product>
<ModifierPrice>3.1</ModifierPrice>
<OrderTotal>5.1</OrderTotal>
<ProductName>sample string 1</ProductName>
<Quantity>4.1</Quantity>
<UnitPrice>2.1</UnitPrice>
</Product>
</ProductList>
<ServiceCharge>14.1</ServiceCharge>
<Tips>11.1</Tips>
<Username>sample string 4</Username>
<VatTotal>9.1</VatTotal>
<VatType>sample string 8</VatType>
</OrderDetailsReportData>
<OrderDetailsReportData>
<Address>sample string 6</Address>
<Customername>sample string 5</Customername>
<DeliveryCharge>12.1</DeliveryCharge>
<DiscountTotal>13.1</DiscountTotal>
<OrderTime>2026-01-07T10:17:01.3023917+00:00</OrderTime>
<OrderTotal>7.1</OrderTotal>
<OrderType>sample string 3</OrderType>
<PackagingCost>10.1</PackagingCost>
<PaidTotal>15.1</PaidTotal>
<PaymentTime>2026-01-07T10:17:01.3023917+00:00</PaymentTime>
<ProductList>
<Product>
<ModifierPrice>3.1</ModifierPrice>
<OrderTotal>5.1</OrderTotal>
<ProductName>sample string 1</ProductName>
<Quantity>4.1</Quantity>
<UnitPrice>2.1</UnitPrice>
</Product>
<Product>
<ModifierPrice>3.1</ModifierPrice>
<OrderTotal>5.1</OrderTotal>
<ProductName>sample string 1</ProductName>
<Quantity>4.1</Quantity>
<UnitPrice>2.1</UnitPrice>
</Product>
<Product>
<ModifierPrice>3.1</ModifierPrice>
<OrderTotal>5.1</OrderTotal>
<ProductName>sample string 1</ProductName>
<Quantity>4.1</Quantity>
<UnitPrice>2.1</UnitPrice>
</Product>
</ProductList>
<ServiceCharge>14.1</ServiceCharge>
<Tips>11.1</Tips>
<Username>sample string 4</Username>
<VatTotal>9.1</VatTotal>
<VatType>sample string 8</VatType>
</OrderDetailsReportData>
<OrderDetailsReportData>
<Address>sample string 6</Address>
<Customername>sample string 5</Customername>
<DeliveryCharge>12.1</DeliveryCharge>
<DiscountTotal>13.1</DiscountTotal>
<OrderTime>2026-01-07T10:17:01.3023917+00:00</OrderTime>
<OrderTotal>7.1</OrderTotal>
<OrderType>sample string 3</OrderType>
<PackagingCost>10.1</PackagingCost>
<PaidTotal>15.1</PaidTotal>
<PaymentTime>2026-01-07T10:17:01.3023917+00:00</PaymentTime>
<ProductList>
<Product>
<ModifierPrice>3.1</ModifierPrice>
<OrderTotal>5.1</OrderTotal>
<ProductName>sample string 1</ProductName>
<Quantity>4.1</Quantity>
<UnitPrice>2.1</UnitPrice>
</Product>
<Product>
<ModifierPrice>3.1</ModifierPrice>
<OrderTotal>5.1</OrderTotal>
<ProductName>sample string 1</ProductName>
<Quantity>4.1</Quantity>
<UnitPrice>2.1</UnitPrice>
</Product>
<Product>
<ModifierPrice>3.1</ModifierPrice>
<OrderTotal>5.1</OrderTotal>
<ProductName>sample string 1</ProductName>
<Quantity>4.1</Quantity>
<UnitPrice>2.1</UnitPrice>
</Product>
</ProductList>
<ServiceCharge>14.1</ServiceCharge>
<Tips>11.1</Tips>
<Username>sample string 4</Username>
<VatTotal>9.1</VatTotal>
<VatType>sample string 8</VatType>
</OrderDetailsReportData>
</OrderDetails>
<Summary>
<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>
</Summary>
</OrderDetailsReport>