<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PointLoyalty - loyalty programs online &#187; API</title>
	<atom:link href="http://www.pointloyalty.com/blog/category/api/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pointloyalty.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 29 Aug 2011 15:01:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Integration with rewards calculation system</title>
		<link>http://www.pointloyalty.com/blog/2010/03/09/integration-with-rewards-calculation-system/</link>
		<comments>http://www.pointloyalty.com/blog/2010/03/09/integration-with-rewards-calculation-system/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 12:19:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[bonus processing engine]]></category>
		<category><![CDATA[integration]]></category>

		<guid isPermaLink="false">http://www.pointloyalty.com/blog/2010/03/09/integration-with-rewards-calculation-system/</guid>
		<description><![CDATA[Let’s talk once again on integration simplicity.After you make yourself familiar with PointLoyalty Manager bonus programs management system (this can take a bit more then 20 minutes) – you will need to decide how to pass the consumer transactions data &#8230; <a href="http://www.pointloyalty.com/blog/2010/03/09/integration-with-rewards-calculation-system/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Let’s talk once again on integration simplicity.<br />After you make yourself familiar with PointLoyalty Manager bonus programs management system (this can take a bit more then 20 minutes) – you will need to decide how to pass the consumer transactions data into the system.<br />If you need online data processing, your programmers need to pass the data as follows:</p>
<p>ValueBean val1 = new ValueBean();<br />val1.setName(”sum“);<br />val1.setNumericValue(3800);</p>
<p>ValueBean val2 = new ValueBean();<br />val2.setName(”product“);<br />val2.setNumericValue(”printer“);</p>
<p>ActionBean action = new ActionBean();<br />action.setMemberId(”customer card for John Doe“);<br />action.setName(”purchase“);<br />action.setValues(new ValueBean[] { val1, val2 });</p>
<p>return action;</p>
<p>From this example you can see that<br />- “John Doe” has made a “purchase” of a “product” named “printer” and spend “sum” of $130.</p>
<p>In your information system there is a record of this purchase, so there should be no problem in passing this data to PointLoyalty Manager.<br />(Encryption, data protection, local installations of the product are out of this blog entry scope)<br /><a href="http://www.pointloyalty.com/web20.html" mce_href="http://www.pointloyalty.com/web20.html"><font color="#0000ff">Full description of the integration mechanism.</font></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointloyalty.com/blog/2010/03/09/integration-with-rewards-calculation-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>REST API and web services upgrade</title>
		<link>http://www.pointloyalty.com/blog/2009/12/14/rest-api-and-web-services-upgrade/</link>
		<comments>http://www.pointloyalty.com/blog/2009/12/14/rest-api-and-web-services-upgrade/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 11:33:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[API upgrade]]></category>

		<guid isPermaLink="false">http://www.pointloyalty.com/blog/2009/12/14/rest-api-and-web-services-upgrade/</guid>
		<description><![CDATA[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…- &#8230; <a href="http://www.pointloyalty.com/blog/2009/12/14/rest-api-and-web-services-upgrade/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>New version of REST API and Web Services for integration with SaaS customer loyalty system PointLoyalty Manager is released.<br />New version has following changes:<br />- Few small bugs were fixed .<br />- Added several utility resources to simplify integration with external systems. <a href="http://www.pointloyalty.com/web20_details.html" mce_href="http://www.pointloyalty.com/web20_details.html"><font color="#0000ff">Details…</font></a><br />- In PointLoaylty Manager and Member Console the bug with date type data coming from various locations was fixed.<br />- <a href="http://www.pointloyalty.com/rest-pointloyalty-java-client.zip" mce_href="http://www.pointloyalty.com/rest-pointloyalty-java-client.zip"><font color="#0000ff">java library PointLoyalty java rest client</font></a> was extended to support new API features.<br />Remind you that new versions of services and libraries are always compatible with prior releases.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointloyalty.com/blog/2009/12/14/rest-api-and-web-services-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integration with our SaaS bonus processing solution</title>
		<link>http://www.pointloyalty.com/blog/2009/10/19/integration-with-our-saas-bonus-processing-solution/</link>
		<comments>http://www.pointloyalty.com/blog/2009/10/19/integration-with-our-saas-bonus-processing-solution/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 11:07:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[bonus points]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[REST API]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://www.pointloyalty.com/blog/2009/10/19/integration-with-our-saas-bonus-processing-solution/</guid>
		<description><![CDATA[While testing the integration with e-commerce systems and after analyzing feedback from our customers who also do integration with PointLoyalty Manager we decided to extend our external access interfaces (REST API, web services). New features will help simplify integration works. &#8230; <a href="http://www.pointloyalty.com/blog/2009/10/19/integration-with-our-saas-bonus-processing-solution/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While testing the integration with e-commerce systems and after analyzing feedback from our customers who also do integration with PointLoyalty Manager we decided to extend our external access interfaces (<a href="http://www.pointloyalty.com/web20.html" mce_href="http://www.pointloyalty.com/web20.html"><font color="#0000ff">REST API</font></a>, web services). New features will help simplify integration works. We will publish new Java and PHP libraries in a couple of weeks and update system’s server part. New libraries will be backward compatible of course.<br />Sometimes we get requests to introduce same <a href="http://www.pointloyalty.com/web20.html" mce_href="http://www.pointloyalty.com/web20.html"><font color="#0000ff">REST API </font></a>for loyalty programs and offers management and to provide a way for autonomous processing without human intervention. At this point in time we don’t intend to extend the API in this direction.<br />Reasons:<br />- Programs and offes are relatively stable. Once you have defined rules it is unlikely you want to change them frequently. There is no necessity to dynamically create or change them.<br />- Besides, users can get confused in all different kinds of rules and programs we have in our system (simplicity vs. versatility). In our PointLoyalty Flash GUI we simplified a lot of things for loyalty program managers, but it is really hard to provide simple and powerful external API for this task.</p>
<p>We don’t want our users to get confused – use our rich Flash client to define your bonus offers and you will not get lost in a multitude of options our system provides.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointloyalty.com/blog/2009/10/19/integration-with-our-saas-bonus-processing-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The general report on the development of PoitnLoyalty Manager system of client loyalty record</title>
		<link>http://www.pointloyalty.com/blog/2009/09/11/the-general-report-on-the-development-of-poitnloyalty-manager-system-of-client-loyalty-record/</link>
		<comments>http://www.pointloyalty.com/blog/2009/09/11/the-general-report-on-the-development-of-poitnloyalty-manager-system-of-client-loyalty-record/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 10:57:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[PointLoyalty Manager]]></category>
		<category><![CDATA[member console]]></category>
		<category><![CDATA[SSL support]]></category>

		<guid isPermaLink="false">http://www.pointloyalty.com/blog/2009/09/11/the-general-report-on-the-development-of-poitnloyalty-manager-system-of-client-loyalty-record/</guid>
		<description><![CDATA[REST / Web services1) SSL support for REST API.2)&#160; the methods of creation of loyalty program users’ accounts have been added.Now the owners of loyalty programs may:- provide their users with logins/passwords — offline business.- create accounts automatically &#8211; online &#8230; <a href="http://www.pointloyalty.com/blog/2009/09/11/the-general-report-on-the-development-of-poitnloyalty-manager-system-of-client-loyalty-record/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><b>REST / Web services</b><br />1) SSL support for REST API.<br />2)&nbsp; the methods of creation of loyalty program users’ accounts have been added.<br />Now the owners of loyalty programs may:<br />- provide their users with logins/passwords — offline business.<br />- create accounts automatically &#8211; online business.<br /><b>User console (the system of notification of loyalty programs users)</b><br />1) It is given the <a href="http://www.pointloyalty.com/blog/2009/08/11/member-console-integration/" mce_href="http://www.pointloyalty.com/blog/2009/08/11/member-console-integration/"><font color="#0000ff">example</font></a> of user console placement on the site of an owner of the program.</p>
<p>2) It is added the possibility of full customization of «User console» for customer’s needs<br />-&nbsp; Support of Company’s logotype.<br />- Support of application’s form&nbsp; (CSS).<br />- Support service’ address has been changed.<br />(See Pointloyalty Manager “Registration page”)<br />3) <a href="http://www.pointloyalty.com/cssdemo.html" mce_href="http://www.pointloyalty.com/cssdemo.html"><font color="#0000ff">the utility </font></a>for adjustment of application’s form has been developed</p>
<p>4) The detailed description of integration process with “User console” has been added. The given description contains the detailed examples and recommendations on the application’ using.<br /><a href="http://www.pointloyalty.com/member_console.html" mce_href="http://www.pointloyalty.com/member_console.html"><font color="#0000ff">http://www.pointloyalty.com/member_console.html</font></a></p>
<p>To resume — the possibility of full integration of widget “User console” with your sites has been added.</p>
<p>The future plans — to provide with plugins for integration with support systems of e-commerce.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointloyalty.com/blog/2009/09/11/the-general-report-on-the-development-of-poitnloyalty-manager-system-of-client-loyalty-record/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Identification of your loyalty program members</title>
		<link>http://www.pointloyalty.com/blog/2009/08/06/identification-of-your-loyalty-program-members/</link>
		<comments>http://www.pointloyalty.com/blog/2009/08/06/identification-of-your-loyalty-program-members/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 09:04:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Member Console]]></category>
		<category><![CDATA[PointLoyalty Manager]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[loyalty programs]]></category>
		<category><![CDATA[identification]]></category>

		<guid isPermaLink="false">http://www.pointloyalty.com/blog/2009/08/06/identification-of-your-loyalty-program-members/</guid>
		<description><![CDATA[Here are some additional notes to the refined PointLoyalty REST API. What are personalIds – personal identifiers?When submitting the data on your members to the system you can pass personal identifier (personalId) field for every member. This field is required &#8230; <a href="http://www.pointloyalty.com/blog/2009/08/06/identification-of-your-loyalty-program-members/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here are some additional notes to the refined PointLoyalty <a href="http://www.pointloyalty.com/web20.html" mce_href="http://www.pointloyalty.com/web20.html"><font color="#0000ff">REST API</font></a>.</p>
<p>What are personalIds – personal identifiers?<br />When submitting the data on your members to the system you can pass personal identifier (personalId) field for every member. This field is required for your customers to work with the <a href="http://www.pointloyalty.com/member.html" mce_href="http://www.pointloyalty.com/member.html"><font color="#0000ff">Member Console</font></a> (view transactions record, active loyalty programs and offers, etc).<br />You can choose from 3 options to join customers to your programs:<br />- By matching personalId.<br />- By matching personalId and email. PersonalId and email of the user who created account in the <a href="http://www.pointloyalty.com/member.html" mce_href="http://www.pointloyalty.com/member.html"><font color="#0000ff">Member Console</font></a> should match with information you have associated with this user.<br />- By matching personalId and password. (PersonalId and password should match).</p>
<p>In any case the customer must know his/her personalId to be able to work with the <a href="http://www.pointloyalty.com/member.html" mce_href="http://www.pointloyalty.com/member.html"><font color="#0000ff">Member Console</font></a>.<br />In most simple case personalId can coincide with memberId and can be credit card number (for offline retail) or system identifier (for online shops).</p>
<p>Why do we establish such a complex system with two identifiers? We want to support as many options as possible. For example, customer transactions data can be submitted with internal identifiers (memberId) but for creating account in the Member Console a customer will get other, human-readable key.</p>
<p>Our system supports complex identification schemes but you can always use (at least for testing) a simplified option – have same identifier for all usage scenarios.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointloyalty.com/blog/2009/08/06/identification-of-your-loyalty-program-members/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rewarding online shop customers</title>
		<link>http://www.pointloyalty.com/blog/2009/07/02/rewarding-online-shop-customers/</link>
		<comments>http://www.pointloyalty.com/blog/2009/07/02/rewarding-online-shop-customers/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 08:56:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[PointLoyalty Manager]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[integration guide]]></category>

		<guid isPermaLink="false">http://www.pointloyalty.com/blog/2009/07/02/rewarding-online-shop-customers/</guid>
		<description><![CDATA[How to integrate bonus processing system PointLoyalty Manager with internet shop to do online calculations of bonus points using PointLoyalty REST API? Typical tasks you have in your shop:- Calculate bonus points or discount during the purchase.- Show the amount &#8230; <a href="http://www.pointloyalty.com/blog/2009/07/02/rewarding-online-shop-customers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>How to integrate bonus processing system PointLoyalty Manager with internet shop to do online calculations of bonus points using PointLoyalty REST API?</p>
<p>Typical tasks you have in your shop:<br />- Calculate bonus points or discount during the purchase.<br />- Show the amount of bonus points earned by the client once he enters his account.<br />- Modify the amount of bonus points if you redeem bonuses in your online shop.</p>
<p>The integration process step by step:<br />1. Register in PointLoyalty Manager, create loyalty programs, offers, etc<br />2. Call remote method to calculate bonus points during the purchase<br /><a href="http://www.pointloyalty.com/web20_details.html#actions" mce_href="http://www.pointloyalty.com/web20_details.html#actions"><font color="#0000ff">http://www.pointloyalty.com/web20_details.html#actions</font></a> (POST method)<br />Pay attention:<br />- If you want to use calculated amount as a discount – change shopping cart total price accordingly.<br />- If you want to demonstrate earned bonus points before actual payment take place (f.e. when a client puts an item to the shopping cart) – you will need to delete bonus points if client abandon the purchase. Use DELETE method in this case.<br />3. After client authentication &#8211; show the amount of accumulated bonus points. (If you only use discount – you will need this step)<br /><a href="http://www.pointloyalty.com/web20_details.html#members" mce_href="http://www.pointloyalty.com/web20_details.html#members"><font color="#0000ff">http://www.pointloyalty.com/web20_details.html#members</font></a> (GET method)<br />4. When registering a new client you will need to add her/him to bonus processing system<br /><a href="http://www.pointloyalty.com/web20_details.html#members" mce_href="http://www.pointloyalty.com/web20_details.html#members"><font color="#0000ff">http://www.pointloyalty.com/web20_details.html#members</font></a> (POST method)<br />Pay attention:<br />- You need to do this step if you want to create loyalty offers based on client attributes<br />- If you already have a big customer base – you will need to invoke this REST API method for all customers you have.<br />5. Bonus points redemption<br />Depending on how you plan to redeem bonus points (gifts, discounts, additional services, …) you will need to decrease amount of points after redemption take place.<br />- <a href="http://www.pointloyalty.com/web20_details.html#bonuses" mce_href="http://www.pointloyalty.com/web20_details.html#bonuses"><font color="#0000ff">http://www.pointloyalty.com/web20_details.html#bonuses</font></a> (DELETE method) &#8211; to completely clear client bonus points. In this case you will not be able to keep the record of transactions.<br />- <a href="http://www.pointloyalty.com/web20_details.html#adjustments" mce_href="http://www.pointloyalty.com/web20_details.html#adjustments"><font color="#0000ff">http://www.pointloyalty.com/web20_details.html#adjustments</font></a> (POST method) – adjust the amount of points on the client account. In this way you could use loyalty offers accounting for client purchase record.<br />6. If you plan to have loyalty offers based on your product categories (you might give points when purchasing certain product categories, not specific items) – you’ll need to submit this information using PointLoyalty Manager online application.<br />See also <a href="http://www.pointloyalty.com/contacts.html" mce_href="http://www.pointloyalty.com/contacts.html"><font color="#0000ff">http://www.pointloyalty.com/contacts.html</font></a> — «Technical links», DTD files.</p>
<p>On all integration issues and question contact our technical support: <a href="mailto:support@pointloyalty.com" mce_href="mailto:support@pointloyalty.com"><font color="#0000ff">support@pointloyalty.com</font></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointloyalty.com/blog/2009/07/02/rewarding-online-shop-customers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PointLoyalty Roadmap. New features in online user rewards system.</title>
		<link>http://www.pointloyalty.com/blog/2009/06/18/pointloyalty-roadmap-new-features-in-online-user-rewards-system/</link>
		<comments>http://www.pointloyalty.com/blog/2009/06/18/pointloyalty-roadmap-new-features-in-online-user-rewards-system/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 08:52:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[rewards programs]]></category>
		<category><![CDATA[new features]]></category>
		<category><![CDATA[roadmap]]></category>

		<guid isPermaLink="false">http://www.pointloyalty.com/blog/2009/06/18/pointloyalty-roadmap-new-features-in-online-user-rewards-system/</guid>
		<description><![CDATA[We have a list of features one can expect in next versions of PointLoyalty bonus loyalty system. This list is not final – we just want to let you know the direction we choose for the product.Here it is:- Extending &#8230; <a href="http://www.pointloyalty.com/blog/2009/06/18/pointloyalty-roadmap-new-features-in-online-user-rewards-system/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We have a list of features one can expect in next versions of PointLoyalty bonus loyalty system. This list is not final – we just want to let you know the direction we choose for the product.<br />Here it is:<br />- Extending the set offer rules dealing with purchase/activity record of a customer.<br />- Introducing multiple user roles with access permissions<br />- Introducing new mode for operators of loyalty programs<br />- Customizable design of <a href="http://www.pointloyalty.com/member.html" mce_href="http://www.pointloyalty.com/member.html"><font color="#0000ff">Member Console</font></a><br />- Integration with some POS systems<br />- Integration with CMS and shopping carts<br />- Extending libraries for accessing <a href="http://www.pointloyalty.com/web20.html" mce_href="http://www.pointloyalty.com/web20.html"><font color="#0000ff">PointLoyalty REST API</font></a><br />- Tune performance of transactions processing</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointloyalty.com/blog/2009/06/18/pointloyalty-roadmap-new-features-in-online-user-rewards-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integration</title>
		<link>http://www.pointloyalty.com/blog/2009/05/25/integration/</link>
		<comments>http://www.pointloyalty.com/blog/2009/05/25/integration/#comments</comments>
		<pubDate>Mon, 25 May 2009 07:41:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[PointLoyalty Manager]]></category>
		<category><![CDATA[integration]]></category>

		<guid isPermaLink="false">http://www.pointloyalty.com/blog/2009/05/25/integration/</guid>
		<description><![CDATA[Why integration with our solution is profitable?If you are a supplier of some software (traditional or SaaS) such as sales tracking system or a e-commerce support software – integration with our product will be very useful to you.You will get &#8230; <a href="http://www.pointloyalty.com/blog/2009/05/25/integration/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Why integration with our solution is profitable?<br />If you are a supplier of some software (traditional or SaaS) such as sales tracking system or a e-commerce support software – integration with our product will be very useful to you.<br />You will get an additional functionality in your product without significant efforts from your side. Your customers will be able to charge bonus points for their clients’ actions and create advanced loyalty programs.</p>
<p>Here are the advantages of integration with our product:<br />- Additional functionality<br />When you look for your competitors – you can often find that there is much similarity in offered products. Integration with a customer rewards system “PointLoyalty Manger” will help you to stand out against a background and enhance functionality of your product. Integration is simple and does not require much effort from your side. </p>
<p>- Additional profit<br />You can make this integration module optional and charge additionally for enabling it. You can charge on subscription base, on amount of established reward programs, on amount of processed transactions, etc </p>
<p>- Cutting costs<br />In essence we propose you to outsource important but non-core part of your system. This way you don’t need to support this part, spend resources on its further development, bugfixing, etc.</p>
<p>On all integration issues <a href="http://www.pointloyalty.com/web20.html" mce_href="http://www.pointloyalty.com/web20.html"><font color="#0000ff">http://www.pointloyalty.com/web20.html</font></a> &#8211; please contact technical support of PoinLoyalty company.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointloyalty.com/blog/2009/05/25/integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using PointLoyalty API</title>
		<link>http://www.pointloyalty.com/blog/2009/05/19/using-pointloyalty-api/</link>
		<comments>http://www.pointloyalty.com/blog/2009/05/19/using-pointloyalty-api/#comments</comments>
		<pubDate>Tue, 19 May 2009 07:40:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[loyalty SaaS]]></category>

		<guid isPermaLink="false">http://www.pointloyalty.com/blog/2009/05/19/using-pointloyalty-api/</guid>
		<description><![CDATA[Everyone who uses our API http://www.pointloyalty.com/web20_details.html needs to pay attention that fields declared “optional” are very important at times. We tried to simplify our API to make it easier to learn the system, but we recommend to study the system &#8230; <a href="http://www.pointloyalty.com/blog/2009/05/19/using-pointloyalty-api/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Everyone who uses our API <a href="http://www.pointloyalty.com/web20_details.html" mce_href="http://www.pointloyalty.com/web20_details.html"><font color="#0000ff">http://www.pointloyalty.com/web20_details.html</font></a> needs to pay attention that fields declared “optional” are very important at times. </p>
<p>We tried to simplify our API to make it easier to learn the system, but we recommend to study the system documentation especially before using it in production.</p>
<p>Example:<br />Login object has following fields:<br />- Name – Client name in PointLoyalty Manager.<br />- Password – Password.<br />- Locale – Client language string. ‘EN’ by default.<br />- TimeZoneId &#8211; Timezone. String representation as in Java programming language. </p>
<p>Fields «Locale» and «TimeZoneId» are optional and all tests will work without passing them into the system.<br />But please consider the following:<br />- If you not an English speaking user and you do not pass «Locale» parameter you will get all<br />messages from our services in English; date and time fields will be processed according to US<br />date/time formats, etc.<br />- If you are not in US/California (where our servers are) – all empty date/time fields by default will<br />have current US/California time and not time of your time zone as you could expect. </p>
<p>Errors of this kind are easy to avoid by spending a couple of minutes on reading API documentation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointloyalty.com/blog/2009/05/19/using-pointloyalty-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bonus points redemption</title>
		<link>http://www.pointloyalty.com/blog/2009/05/14/bonus-points-redemption/</link>
		<comments>http://www.pointloyalty.com/blog/2009/05/14/bonus-points-redemption/#comments</comments>
		<pubDate>Thu, 14 May 2009 07:38:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[PointLoyalty Manager]]></category>
		<category><![CDATA[points redemption]]></category>
		<category><![CDATA[integration]]></category>

		<guid isPermaLink="false">http://www.pointloyalty.com/blog/2009/05/14/bonus-points-redemption/</guid>
		<description><![CDATA[We continue to answer questions of our users. One of the frequent questions – How to organize bonus points redemption on the client web site using results from PointLoaylty system?Current version of the system does not have any functionality to &#8230; <a href="http://www.pointloyalty.com/blog/2009/05/14/bonus-points-redemption/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We continue to answer questions of our users. One of the frequent questions – How to organize bonus points redemption on the client web site using results from PointLoaylty system?<br />Current version of the system does not have any functionality to support points’ redemption with prizes to program members. We believe this functionality is not required. Every business is so unique that it is almost impossible to come up with a generic solution convenient for everyone.<br />On other side it is fairly easy to organize the system of rewarding customers with gifts and prizes.<br />For example:<br />If a program owner want to create following reward system<br />- for every 10 earned bonus points give customer an option to choose a gift from list A.<br />- for every 1000 earned points – gifts from list B.</p>
<p>How to organize this system on your site?<br />1. Your customer enters your site. You request the amount of bonus points he earned from our system (API &#8211; <a href="http://www.pointloyalty.com/web20_details.html" mce_href="http://www.pointloyalty.com/web20_details.html"><font color="#0000ff">http://www.pointloyalty.com/web20_details.html</font></a>).<br />2. Assume he has 45 bonus points.<br />3. On the page designed to choose gifts you display only items from list A. Items from list B remain invisible.<br />4. If the customer selects some gift – call our API and reduce amount of his points by 10 points. After choosing 4 gifts, items in list A also become invisible.</p>
<p>Why we don’t want to automate this process?<br />We don’t know following:<br />- what design you choose for the page with gifts<br />- what should happen in your system after customer gets a gift<br />- do you want to display unavailable gifts to your clients?<br />- etc</p>
<p>This functionality despite looking simple will be individual for every client.<br />Of course we will help you with integrating our system with your software; we will take into account all your requirements and answer all your questions. We can also implement this task for you on individual base.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointloyalty.com/blog/2009/05/14/bonus-points-redemption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

