Created getProductDetails (markdown)

master
Victor Aleksejevs 2018-08-10 12:30:56 +03:00
parent f763fa022d
commit 609ff597a0
1 changed files with 24 additions and 0 deletions

24
getProductDetails.md Normal file

@ -0,0 +1,24 @@
URL: /products/details/<product_id><br/>
Request type: GET
### Overview
The getProductDetails return single product details and price in the default account currency
### Request parameters
* product_id - unique product ID
### Response
* product_id - product ID
* product_name - product name
* product_description - product description
* product_agreement - product User Agreement
* product_organization is organization validation required
* product_wildcard wildcard domains supported or not
* product_unlimited_servers
* product_is_multidomain are multiple domains supported
* product_multidomains_included count of SANs included
* product_multidomains_maximum max. allowed SAN count
* product_prices - the array of product prices
* period - product validity period in months (12,24,36,48,60)
* price - product partner price in default account currency
* success - success value (true)