Develop your HTTP client application to use the REST Services API to
access SAP Mobile Platform REST services.
Request URL Format
The HTTP client can access SAP Mobile Platform services using a specific URL format.
Creating an Application Connection
You must explicitly register the application connection using the SAP Mobile Platform. You can specify customized application properties for the client with the request. You should provide the application connection ID, X-SUP-APPCID, using an explicit request header or a cookie. If the value is missing, the SAP Mobile Server generates a Universally Unique ID (UUID), which is communicated to the device through response cookie X-SUP-APPCID.
Getting Application Settings
You can retrieve the application connection settings for the device application instance by issuing the GET method.
Deleting an Application Connection
When you no longer require an application connection (for example, when a user logs out), you can issue a DELETE method to delete the application connection using the same address where you retrieve the application connection settings.
Accessing a Service through a Proxy URL
Access your external service through a proxy URL. The URL supports read (HTTP GET), create (HTTP POST), update (HTTP PUT or HTTP MERGE), and delete (HTTP DELETE)