Description
Note
This method has been deprecated. You can use these methods instead.
Places an Email Hosting Order for the specified domain name.
Parameters
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| 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. |
| months | Integer | Required | The number of months for which the Order is placed. |
| invoice-option | String | Required | This parameter will decide how the Customer Invoices will be handled. Value can be: NoInvoice, PayInvoice, KeepInvoice, OnlyAdd |
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/mail-hosting/add.xml?auth-userid=0&auth-password=password&domain-name=name&customer-id=0&months=1&invoice-option=NoInvoice
Response
Returns a map with the result of Order addition.