Posts Tagged ‘REST API’

REST API and web services upgrade

Sunday, December 13th, 2009

New version of REST API and Web Services for integration with SaaS customer loyalty system PointLoyalty Manager is released.
New version has following changes:
- Few small bugs were fixed .
- Added several utility resources to simplify integration with external systems. Details…
- In PointLoaylty Manager and Member Console the bug with date type data coming from various locations was fixed.
- java library PointLoyalty java rest client was extended to support new API features.
Remind you that new versions of services and libraries are always compatible with prior releases.

Loyalty REST API

Friday, April 17th, 2009

We have finished developing and testing REST-based integration subsystem. It became much easier to integrate applications with PointLoyalty Manager, especially web-based applications. In a few steps you can enrich your solution with loyalty rewards functionality.
See more details here: http://www.pointloyalty.com/web20.html
Following functionality is implemented:
- On PointLoyalty host we registered application REST resources. You can submit customer transactions online and get calculated bonuses.
- Client access libraries in Java and PHP
- Examples on how to integrate from your web-pages
- Examples on how to integrate on server side.

For example, if you are using Java on the server side of your web-application, it will be convenient for you to download our java library – you will get access to our online system for bonus calculations.
Example: http://www.pointloyalty.com/rest_java_example.html
Of course, REST API can be used not only for web applications. All applications having internet connections can use it.
From now, an integration became more clear, easier and comfortable.