ProductSpecifications-productSpecificationId-offerings-offeringId:GET
From Hostway API Documentation
Revision as of 17:50, 15 February 2013 by Mike.robski (Talk | contribs)
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