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 /v2/clouds/:cloudId/branches/:branchId/pos-actions
Update order
POST /v2/clouds/:cloudId/branches/:branchId/pos-actions
Issue order
POST /v2/clouds/:cloudId/branches/:branchId/pos-actions
Issue and pay order
POST /v2/clouds/:cloudId/branches/:branchId/pos-actions
Pay order
POST /v2/clouds/:cloudId/branches/:branchId/pos-actions
Add order item
POST /v2/clouds/:cloudId/branches/:branchId/pos-actions
Last updated
Was this helpful?