Updated getProductDetails (markdown)
parent
cef3cfd76d
commit
9a6ecf28d0
|
@ -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)
|
Loading…
Reference in New Issue