Difference between revisions of "GetPricingModel"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_Method_Spec| Description=Get a pricing model by a pricingModelId. |Parameters= {{Api_Parameter| ParamName=token |ParamType=String |ParamRequired=required |ParamDescrip...")
 
(No difference)

Latest revision as of 20:36, 24 July 2014

Description

Get a pricing model by a pricingModelId.

Parameters

  • token (String, required)
A valid token for identifying the API session context. The token can be anonymous or logged.
  • pricingModelId (int, required)
Set the id to find the object information about the pricingModel.


Returns

Returns a JSON object containing a PricingModel object.

Example:

{

"StatusCode": 0,
"Severity": 1,
"StatusMessage": "OK",
"Content": [ Object of PricingModel ]

}


Exceptions


Caching

This method is not cached.


Known issues

  • None


Version history

API Version Number Change description Changes author
1.0 Initial method design Harley Cabral


See also