Categories
Uncategorized

LogicBoxes: API Methods will be deleted on 20th October, 2009

Dear Reseller,

We have noticed that either you or some of your Resellers or their Sub-Resellers are still using our old API Kits. The following mentioned methods have long been deprecated and would cease to work from 20th October, 2009:

Class: DomContact
    * Deprecated Method: addDefaultContact => Method to use: addDefaultContacts
    * Deprecated Method: add => Method to use: addContact
    * Deprecated Method: list => Method to use: listByType

Class: DomOrder
    * Deprecated Method: transferDomain => Method to use: addTransferDomain
    * Deprecated Method: add => Method to use: register
    * Deprecated Method: transferDomainWithoutValidation => Method to use: N/A

Class: DotEu
    * Deprecated Method: tradeDomain => Method to use: trade
    * Deprecated Method: transferDomain => Method to use: transfer
    * Deprecated Method: add => Method to use: DomOrder.registerDomain

Class: DomContactExt
    * Deprecated Method: isValidRegistrantContact => Method to use: isValidContact

Class: ZoneOrder
     (Below mentioned functionalities are not required anymore, so the methods will be removed)
    * Deprecated Method: add => Method to use: N/A
    * Deprecated Method: mod => Method to use: N/A
    * Deprecated Method: renew => Method to use: N/A
    * Deprecated Method: del => Method to use: N/A
    * Deprecated Method: list  => Method to use: N/A
    * Deprecated Method: getDetailsByDomain => Method to use: N/A
    * Deprecated Method: getOrderIdByDomain => Method to use: N/A

Class: EntityAction
  * Deprecated Method: list => Method to use: Order.listCurrentActions
  * Deprecated Method: listArchive => Method to use: Order.listArchivedActions

Class: DigitalCertificateOrder
     (Below mentioned functionalities are not required anymore, so the methods will be removed)
    * Deprecated Method: add => Method to use: N/A
    * Deprecated Method: renew => Method to use: N/A
    * Deprecated Method: changeDigicertPassword => Method to use: N/A
    * Deprecated Method: addAdditionalLicenses => Method to use: N/A

Class: MailHostingOrder
     (Below mentioned functionalities are not required anymore, so the methods will be removed)
    * Deprecated Method: mod => Method to use: N/A
    * Deprecated Method: getModPricing => Method to use: N/A

Class: Customer
    * Deprecated Method: addCustomer => Method to use: signUp
    * Deprecated Method: modDetails => Method to use: mod

Class : Reseller
    * Deprecated Method: addReseller => Method to use: signUp
    * Deprecated Method: modDetails => Method to use: mod

Please ensure that this information is passed on to all your Resellers using the API so that they can make the required changes by downloading the latest API Kit from http://manage.netearthone.com/kb/servlet/KBServlet/cat106.html.