Skip to content
Search for:
Naslovna
Moduli
Kasa
Porudžbine
Administracija
Android
Kontrola preko telefona
Eksport podataka
Reference
Cene
Integracija
Authorization
Response
Products
Create Order
Get Order
Oprema
Kontakt
Get Order
Home
/
Octopos API
/
Get Order
Get Order
cope
2019-04-19T11:52:44+01:00
Get Order
Gets all details for previously created order.
Method: GET
Path: /weborder/{orderId}
Sample response
Copy to Clipboard
{ "Success": true, "Errors": [], "Data": { "Id": 159851, "BillCumulativeId": 148327, "CreateUserId": 1, "CreateUserFullName": " ", "TableId": 1, "TableName": "001", "TimeCreated": "2019-04-18T14:47:34.803Z", "OrderName": null, "ComputerName": "web", "OrdinalNumber": null, "Amount": 390, "BillItems": [ { "Id": 162051, "ProductId": 12268, "ProductName": "Espreso", "Quantity": 1, "Price": 150, "Info": "Mala šolja", "BillItemModifiers": [ { "Id": 230172, "ProductId": 12271, "ProductName": "Harar*", "Quantity": 1 } ] }, { "Id": 162052, "ProductId": 3, "ProductName": "Sprajt 0. 25l", "Quantity": 2, "Price": 120, "Info": null, "BillItemModifiers": [] } ] } }
Go to Top