Open a new POS session
POST/pos/sessions/open
Opens a new cashier session on a specific register with a declared opening float. If the authenticated user already has an open session, the request is rejected and they are redirected to the existing session. On success, a session number is generated and the user is directed to the checkout screen.
Request
Responses
- 302
- 422
Redirect to checkout on success, or to existing open session if one exists.
Validation error.