Open, close, and inspect GPO terminal status.
Get terminal status
Method and route: GET /api/terminals/{posId}. Returns the current status of a GPO terminal. Use it before opening or closing a terminal, or when an operator needs to confirm terminal availability.
path Parameters
posIdGPO POS terminal identifier.
Get terminal status › Responses
Terminal status.
messageOpen terminal
Method and route: GET /api/terminals/{posId}/open. Opens a GPO terminal. Include supervisorId when the terminal operation requires supervisor approval.
path Parameters
posIdGPO POS terminal identifier.
query Parameters
supervisorIdOptional supervisor identifier for terminal operations.
Open terminal › Responses
Terminal opened.
messageClose terminal
Method and route: GET /api/terminals/{posId}/close. Closes a GPO terminal. Include supervisorId when the close operation needs supervisor approval.
path Parameters
posIdGPO POS terminal identifier.
query Parameters
supervisorIdOptional supervisor identifier for terminal operations.
Close terminal › Responses
Terminal closed.
message