API
Search…
Introduction to API v2
Guides
Getting started
Authorization
Delivery Notes Integrations
API Reference
General
Enums
Entity
Branch
Category
Cloud
Course
Customer
Delivery Note
Discount group
EET subject
Employee
Money log
Order
Order item
Product
Product Customization
Product Ingredient
Reservation
Supplier
Table
Tag
Warehouse
Warehouse Branch
Others
Reports
POS actions
Release notes
Webhook
Third-party libraries
Migration
Migrating from API v1
API v1 Services
Branch Service
Category Service
Customer Service
Employee Service
OAuth2 Login Service
POS action service
Product Service
Reservation Service
Sale Service
Stock Service
Supplier Service
Tableseat Service
Tag Service
Warehouse Service
Powered By
GitBook
POS action service
Syntax of requests
is almost the same, for better flexibility we are using only one endpoint for all POS actions.
Create order
POST
/api/action/:cloudId/:branchId/order/create
POST
/v2/clouds/:cloudId/branches/:branchId/pos-actions
Update order
POST
/api/action/:cloudId/:branchId/order/update
POST
/v2/clouds/:cloudId/branches/:branchId/pos-actions
Issue order
POST
/api/action/:cloudId/:branchId/order/issue
POST
/v2/clouds/:cloudId/branches/:branchId/pos-actions
Issue and pay order
POST
/api/action/:cloudId/:branchId/order/issue-and-pay
POST
/v2/clouds/:cloudId/branches/:branchId/pos-actions
Pay order
POST
/api/action/:cloudId/:branchId/order/pay
POST
/v2/clouds/:cloudId/branches/:branchId/pos-actions
Add order item
POST
/api/action/:cloudId/:branchId/order/add-item
POST
/v2/clouds/:cloudId/branches/:branchId/pos-actions
Previous
OAuth2 Login Service
Next
Product Service
Last modified
1yr ago
Export as PDF
Copy link
Outline
Create order
Update order
Issue order
Issue and pay order
Pay order
Add order item