Description
Checks the availability of the specified domain name(s) in the Combo Plans order.
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
domain-name | String | Required | Domain name that you need to check the availability for |
bundle-id | Integer | Required | The plan under which the Order should be added. To fetch the plan details i.e. bundle-id etc., use this method. |
HTTP Method
GET
Example Test URL Request
https://test.httpapi.com/api/productbundle/available.xml?auth-userid=0&api-key=key&domain-name=domain.com&bundle-id=0
Response
Returns true (Boolean) if the domain name and products associated with the plan are available; false otherwise.
In case of any errors, a status key with value as ERROR alongwith an error message will be returned.