GET api/POS/GetOrderData?StartDate={StartDate}&EndDate={EndDate}&MenuId={MenuId}
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. |
MenuId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Total": 1.1, "Return": 2.1, "Net": 3.1, "Tax": 4.1, "Discount": 5.1, "Service": 6.1, "Cash": 7.1, "NetCash": 8.1, "CashChange": 9.1, "Visa": 10.1 }
application/xml, text/xml
Sample:
<POS_VM_OrdersTotals xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel"> <Cash>7.1</Cash> <CashChange>9.1</CashChange> <Discount>5.1</Discount> <Net>3.1</Net> <NetCash>8.1</NetCash> <Return>2.1</Return> <Service>6.1</Service> <Tax>4.1</Tax> <Total>1.1</Total> <Visa>10.1</Visa> </POS_VM_OrdersTotals>