The In-network API is designed for scenarios that need direct, low-latency communication with VELAONE POS solutions within the same local area network. This architecture is ideal for applications that require real-time data exchange and high-performance operations.
Key Features:
We recommend thoroughly analyzing your integration requirements to determine the most suitable API architecture for your specific use case.
The In-Network API provides the following endpoints:
All API requests are sent as HTTP POST requests to the following endpoint:
| Format | Example |
|---|---|
|
|
Connection Parameters:
{SERVER-IP} - IP address of the POS server on the local network{SERVER-PORT} - Server port number (default: 40009){SERVER-KEY} - Unique server authentication keyRequest Format:
All requests must be JSON-encoded objects containing at minimum:
requestType - The API endpoint to call (e.g., "table", "ticket", "menu")actionType - The specific action to perform (e.g., "getList", "save")Response Format:
All responses are JSON-encoded objects containing:
status - Request status ("OK" or "ERROR")