Add Domain Names to Wishlist

Description

Adds the specified Domain Name(s) to the Wishlist.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
customerid Integer Required Customer ID of the Customer for whom the Wishlist needs to be created / updated
domain Array of Strings Required Domain Name(s) which need to be added to the Wishlist

HTTP Method

POST

Example Test URL Request

https://test.httpapi.com/api/domains/preordering/add.xml?auth-userid=0&api-key=key&customerid=0&domain=domain1.ads

Response

Returns a hash map containing the below details:

  • Wishlist Create / Update Action Status (status)

  • Wishlist Create / Update Action Status Description (status_description)

  • Invalid Domain Name(s) (invalid_domains)

In case of any errors, a status key with value as ERROR alongwith an error message will be returned.