In ASA, ATGRestManager is used to configure an ATGRestSession for communication with a server and is responsible for things such as retrieving the configured server and port information from the settings bundle, and configuring ATGRestSession accordingly, looking in response objects for errors and adding parameters (such as siteID) to each request.
For the ORMPOS server, ATGPOSRestManager serves the same purpose that ATGRestManager does for ASA, retrieving these properties from the settings bundle:
| localhost |
| Typically 700x |
| MPOS/services server path |
The properties are applied to ATGPOSRestManager's ATGRestSession instance.

