From 1e5b76e9d8c36b9fa3d1b8b7609d10221072047e Mon Sep 17 00:00:00 2001 From: Victor Aleksejevs <42028380+ggs-victor@users.noreply.github.com> Date: Fri, 10 Aug 2018 15:17:03 +0300 Subject: [PATCH] Updated addSSLSANOrder (markdown) --- addSSLSANOrder.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/addSSLSANOrder.md b/addSSLSANOrder.md index 4d1ae35..a8b3007 100644 --- a/addSSLSANOrder.md +++ b/addSSLSANOrder.md @@ -1 +1,14 @@ -f \ No newline at end of file +URL: /orders/add_ssl_san_order/
+Request type: POST + +### Overview +Use that method to purchase more SAN items to your Multi-Domain SSL Certificate. Use :link:[reissueSSLOrder](https://github.com/gogetssl/api/wiki/reissueSSLOrder) method to reissue SSL with new SAN items. + +### Request parameters +* order_id - ORDER ID to which your add extra SAN +* count - Quantity of SAN names to add + +### Response +If no errors in request following parameters will be returned: +* order_id - unique order ID +* invoice_id \ No newline at end of file