Description
Places a Domain Backorder request
Parameters
| Name | Data Type | Required / Optional | Description | 
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter | 
| api-key | String | Required | Authentication Parameter | 
| domain-name | String | Required | The domain name for which the Order to be placed | 
| customer-id | Integer | Required | The Customer under whom the Order should be added | 
| plan-id | Integer | Required | The plan under which the Order should be added. To fetch the plan details i.e. plan-id etc., use this method. | 
| noOfMonths | Integer | Required | The number of months for which the Order is to be placed Note
 Domain Backorder can only be purchased for 12 months | 
| invoice-option | String | Required | This parameter will decide how the Customer's Invoice will be handled. Values can be: NoInvoice, PayInvoice, KeepInvoice or OnlyAdd. | 
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/restapi/product/backorderservice/order?auth-userid=0&api-key=key&domain-name=name&customer-id=0&plan-id=0&noOfMonths=0&invoice-option=NoInvoice
