<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikis.tid.es/gvp-public/index.php?action=history&amp;feed=atom&amp;title=GetAvailablePricingModels</id>
	<title>GetAvailablePricingModels - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikis.tid.es/gvp-public/index.php?action=history&amp;feed=atom&amp;title=GetAvailablePricingModels"/>
	<link rel="alternate" type="text/html" href="https://wikis.tid.es/gvp-public/index.php?title=GetAvailablePricingModels&amp;action=history"/>
	<updated>2026-04-09T09:14:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>https://wikis.tid.es/gvp-public/index.php?title=GetAvailablePricingModels&amp;diff=101&amp;oldid=prev</id>
		<title>Id02256: Created page with &quot;{{Api_Method_Spec| Description=Gets all available pricing models by ProductType and ProductId  This method has difference for logged user or note logged. If the user is logge...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wikis.tid.es/gvp-public/index.php?title=GetAvailablePricingModels&amp;diff=101&amp;oldid=prev"/>
		<updated>2014-06-02T14:58:16Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Api_Method_Spec| Description=Gets all available pricing models by &lt;a href=&quot;/gvp-public/index.php?title=ProductType&quot; title=&quot;ProductType&quot;&gt;ProductType&lt;/a&gt; and ProductId  This method has difference for logged user or note logged. If the user is logge...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Api_Method_Spec|&lt;br /&gt;
Description=Gets all available pricing models by [[ProductType]] and ProductId&lt;br /&gt;
&lt;br /&gt;
This method has difference for logged user or note logged. If the user is logged, and try to get the [[PricingModel]] for a transactional product, it will be show the assigned pricing model. If the not-logged user try to get the pricing model for a transactional product it might return the subscription pricing model that it has been assigned.&lt;br /&gt;
&lt;br /&gt;
|Parameters=&lt;br /&gt;
{{Api_Parameter|&lt;br /&gt;
ParamName=token&lt;br /&gt;
|ParamType=String&lt;br /&gt;
|ParamRequired=required&lt;br /&gt;
|ParamDescription=A valid token for identifying the API session context. The token can be anonymous or logged. The return will depends the business rules were used from each OB.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Api_Parameter|&lt;br /&gt;
ParamName=productType&lt;br /&gt;
|ParamType=[[ProductType]]&lt;br /&gt;
|ParamRequired=required&lt;br /&gt;
|ParamDescription=A type of product possible in the system.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Api_Parameter|&lt;br /&gt;
ParamName=productId&lt;br /&gt;
|ParamType=int&lt;br /&gt;
|ParamRequired=required&lt;br /&gt;
|ParamDescription=A ID of one product that wants the information about.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Returns=&lt;br /&gt;
Returns a JSON object containing an array of [[PricingModel]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Example:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
:    &amp;lt;span style=&amp;quot;color: #a11;&amp;quot;&amp;gt;&amp;quot;Offset&amp;quot;&amp;lt;/span&amp;gt;: &amp;lt;span style=&amp;quot;color: #164;&amp;quot;&amp;gt;0&amp;lt;/span&amp;gt;,&lt;br /&gt;
:    &amp;lt;span style=&amp;quot;color: #a11;&amp;quot;&amp;gt;&amp;quot;Limit&amp;quot;&amp;lt;/span&amp;gt;: &amp;lt;span style=&amp;quot;color: #164;&amp;quot;&amp;gt;100&amp;lt;/span&amp;gt;,&lt;br /&gt;
:    &amp;lt;span style=&amp;quot;color: #a11;&amp;quot;&amp;gt;&amp;quot;Count&amp;quot;&amp;lt;/span&amp;gt;: &amp;lt;span style=&amp;quot;color: #164;&amp;quot;&amp;gt;6&amp;lt;/span&amp;gt;,&lt;br /&gt;
:    &amp;lt;span style=&amp;quot;color: #a11;&amp;quot;&amp;gt;&amp;quot;List&amp;quot;&amp;lt;/span&amp;gt;: &lt;br /&gt;
::     [ &amp;lt;span style=&amp;quot;color: #219;&amp;quot;&amp;gt;Array of [[PricingModel]] objects&amp;lt;/span&amp;gt; ]&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
|Exceptions=&lt;br /&gt;
None&lt;br /&gt;
&lt;br /&gt;
|Cache=&lt;br /&gt;
This method is not cached.&lt;br /&gt;
&lt;br /&gt;
|KnownIssues=&lt;br /&gt;
None&lt;br /&gt;
&lt;br /&gt;
|VersionHistory=&lt;br /&gt;
{{{!}} border=&amp;quot;2&amp;quot; style=&amp;quot;width:800px;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; &lt;br /&gt;
{{!}}-  style=&amp;quot;background:#88ccff;font-size:110%&amp;quot; &lt;br /&gt;
! API Version Number&lt;br /&gt;
! Change description&lt;br /&gt;
! Changes author&lt;br /&gt;
{{!}}- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! 1.0&lt;br /&gt;
{{!}} Initial method design&lt;br /&gt;
{{!}} Harley Cabral&lt;br /&gt;
{{!}}}&lt;br /&gt;
&lt;br /&gt;
|SeeAlso=&lt;br /&gt;
&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Id02256</name></author>
		
	</entry>
</feed>