Introduction
This documentation lists the public functions which you can send and receive data from SimplyDevelop applications through the POSWS application using REST API calls, with data exchanged in JSon format.
API calls must be sent to the POSWS through TCP port 4055
https://<POSWS_IP_Address>:4055
E.g. localhost url https://127.0.0.1:4055
Each API request must include a SessionCode.
The session expires 30 minutes after the last call or immediately after a new login by the same user with a new SessionCode.
Available Operations
|
Method |
Description |
| GET |
Retrieve records |
| POST |
Create or update records |
| DELETE |
Delete records |
