Updated getOrderStatus (markdown)
parent
8c56a1defd
commit
def6721cd2
|
@ -1 +1,62 @@
|
||||||
cfgh
|
URL: /orders/status/<order_id>
|
||||||
|
|
||||||
|
### Overview
|
||||||
|
The getOrderStatus returns detailed information for the order matching “order_id” parameter.<br/>“order_id” is returned during :link:[addSSLOrder](https://github.com/gogetssl/api/wiki/addSSLOrder) command.
|
||||||
|
|
||||||
|
### Request parameters
|
||||||
|
* order_id
|
||||||
|
|
||||||
|
### Response
|
||||||
|
If no errors in request following parameters will be returned:
|
||||||
|
* order_id - unique order ID
|
||||||
|
* partner_order_id - unique ID returned from vendor (Comodo or Thawte)
|
||||||
|
* status - order status (active, cancelled, expired, incomplete, new_order, unpaid, pending, processing, reissue, rejected,)
|
||||||
|
* status_description
|
||||||
|
* product_id - product ID
|
||||||
|
* domain - order submitted domains or FQDN from CSR
|
||||||
|
* approver_method
|
||||||
|
* domains
|
||||||
|
* total_domains - total domains count
|
||||||
|
* validity_period - order validity period in months
|
||||||
|
* valid_from
|
||||||
|
* valid_till
|
||||||
|
* csr_code - CSR code of certificate returned if status “active”
|
||||||
|
* ca_code - CA code of certificate id status “active”
|
||||||
|
* crt_code - Certificate code is status “active”
|
||||||
|
* server_count
|
||||||
|
* renew
|
||||||
|
* webserver_type
|
||||||
|
* upgrade
|
||||||
|
* approver_emails
|
||||||
|
* dcv_method
|
||||||
|
* admin_addressline1
|
||||||
|
* admin_addressline2
|
||||||
|
* org_addressline3
|
||||||
|
* org_city
|
||||||
|
* org_country
|
||||||
|
* org_fax
|
||||||
|
* org_phone
|
||||||
|
* org_postalcode
|
||||||
|
* org_region
|
||||||
|
* tech_organization
|
||||||
|
* tech_addressline1
|
||||||
|
* tech_addressline2
|
||||||
|
* tech_addressline3
|
||||||
|
* tech_city
|
||||||
|
* tech_country
|
||||||
|
* tech_fax
|
||||||
|
* tech_phone
|
||||||
|
* tech_postalcode
|
||||||
|
* tech_region
|
||||||
|
* tech_email
|
||||||
|
* tech_firstname
|
||||||
|
* tech_lastname
|
||||||
|
* tech_title
|
||||||
|
* ssl_price
|
||||||
|
* ssl_period
|
||||||
|
* partner_sslid
|
||||||
|
* free_ev_upgrade
|
||||||
|
* goget_website
|
||||||
|
* codesigning_inviteurl
|
||||||
|
* validation_description
|
||||||
|
* success - success code (true)
|
Loading…
Reference in New Issue