Skip to content
Search for:
Naslovna
Moduli
Kasa
Porudžbine
Administracija
Android
Kontrola preko telefona
Eksport podataka
Integracija sa eksternim sistemima
Reference
Cene
Integracija
Authorization
Response
Products
Create Receipt
Get Receipt
Get Fiscal Receipt
Sandbox
Fiskalizacija
Oprema
Kontakt
Srpski
English
Get Receipt
Home
/
Octopos API
/
Get Receipt
Get Receipt
cope
2022-03-29T08:23:22+01:00
Get Receipt
Gets all details for previously created receipt.
Method: GET
Path: /weborder/{id}
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": [] } ] } }
Page load link
Go to Top