ProductSpecifications-productSpecificationId-offerings-offeringId:GET
(Difference between revisions)
Mike.robski (Talk | contribs) m (1 revision) |
Mike.robski (Talk | contribs) |
||
Line 49: | Line 49: | ||
* [[Common Features]] | * [[Common Features]] | ||
+ | {{disqus}} | ||
[[Category:Hostway API]] | [[Category:Hostway API]] | ||
[[Category:Product Catalog API]] | [[Category:Product Catalog API]] |
Revision as of 16:50, 15 February 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