Add

Note

The Digital Certificate calls are deprecated. You need to use calls available at SSL Certificates for new orders

Description

Places a Digital Certificate Order for the specified domain name.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key or auth-password String Required Authentication Parameter
domain-name String Required The domain name for which the Order is placed.
customer-id Integer Required The customer under whom the Orders should be added.
years Integer Required The number of years for which the Order is placed.
additional-licenses Integer Required The number of Additional Licenses for the Order.
cert-key String Required Specifies the type of Digital Certificate. Values can be:
  • sgc

  • ssl

  • fssl

  • wild

invoice-option String Required This parameter will decide how the Customer Invoices will be handled. Values can be:
  • NoInvoice

  • PayInvoice

  • KeepInvoice

  • OnlyAdd

HTTP Method

POST

Example Test URL Request

https://test.httpapi.com/api/digitalcertificate/add.xml?auth-userid=0&api-key=key&domain-name=domainname&customer-id=0&years=0&additional-licenses=0&cert-key=wild&invoice-option=NoInvoice

Response

Returns a map with the result of Order addition.