Updated getProductDetails (markdown)

master
Marija Liscova 2021-11-02 16:43:11 +02:00
parent cef3cfd76d
commit 9a6ecf28d0
1 changed files with 22 additions and 8 deletions

@ -8,17 +8,31 @@ The getProductDetails return single product details and price in the default acc
* product_id - unique product ID
### Response
* product_id - product ID
* product_name - product name
* product_description - product description
* product_name
* product_type - type of certificate validation
* product_id
* product_brand
* product_description
* product_agreement - product User Agreement
* product_organization is organization validation required
* product_wildcard wildcard domains supported or not
* product_organization - is organization validation required
* product_wildcard - wildcard common name supported
* 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_is_multidomain - are multiple domains supported
* product_multidomains_included - count of SANs included
* product_single_san_included - count of Single SANs included
* product_wildcard_san_included - count of Wildcard SANs included
* product_multidomains_maximum - max. allowed SAN count
* product_san_wildcard - Wildcard SANs supported
* 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
* id
* product_san_prices - the array for Single SAN prices (only for product_is_multidomain products)
* period
* price
* id
* product_wildcard_san_prices - the array for Wildcard SAN prices (only for product_san_wildcard products)
* period
* price
* id
* success - success value (true)