ProductSpecifications-productSpecificationId-offerings-offeringId:GET

(Difference between revisions)
Jump to: navigation, search
m (1 revision: Release 85)

Revision as of 16:57, 27 September 2013

GET /productSpecifications/{productSpecificationId}/offerings/{offeringId}

Retrieves product specification offering details.

Contents


Request

GET /productSpecifications/{productSpecificationId}/offerings/{offeringId}

Response

Returns a dictionary of product specification offering details

Status Code

200 OK
Success
404 Not Found
Returned if the product specification Id or the offering Id could not be found.

Response Body

{
  "billingPeriod": 3, 
  "currency": "USD",
  "default": 1,
  "prices": "https://api.hostway.com/productspecifications/{productSpecificationId}/offerings/{offeringId}/prices", 
  "links": [
    {"href": "https://api.hostway.com/productspecifications/{productSpecificationId}/offerings/{offeringId}/", "rel": "self"}
  ]
}
 

Parameters

billingPeriod - integer
Price's billing period in months
currency - string
Price's currency
default - integer
Specifies whether the offering uses the default billing cycle. Allowed values are 0 and 1
prices - link
Hyperlink to the product's offerings prices
links - list
Hypermedia for this resource.

See also


blog comments powered by Disqus

Personal tools
Namespaces
Variants
Actions
APIs
Navigation
Toolbox