POS action service
Syntax of requests is almost the same, for better flexibility we are using only one endpoint for all POS actions.
POST /api/action/:cloudId/:branchId/order/create
POST /v2/clouds/:cloudId/branches/:branchId/pos-actions
POST /api/action/:cloudId/:branchId/order/update
POST /v2/clouds/:cloudId/branches/:branchId/pos-actions
POST /api/action/:cloudId/:branchId/order/issue
POST /v2/clouds/:cloudId/branches/:branchId/pos-actions
POST /api/action/:cloudId/:branchId/order/issue-and-pay
POST /v2/clouds/:cloudId/branches/:branchId/pos-actions
POST /api/action/:cloudId/:branchId/order/pay
POST /v2/clouds/:cloudId/branches/:branchId/pos-actions
POST /api/action/:cloudId/:branchId/order/add-item
POST /v2/clouds/:cloudId/branches/:branchId/pos-actions
Last modified 2yr ago