Overview
Error Handling

Methods

API Documentation (API Version bleed)

Network/DNS/Domain/Contact/

DESCRIPTION

This section of the API allows for working with the contact information for a given domain.

list

URL:

https://api.liquidweb.com/bleed/Network/DNS/Domain/Contact/list

Description:

Get contacts for the given domain.

Parameters:

ParameterTypeNotes
domainA fully-qualified domain name (i.e. liquidweb.com, www.liquidweb.com, etc)* Required if:
  • uniq_id is not given
uniq_idA six-character identifier, containing only capital letters and digits.* Required if:
  • domain is not given

Returns:

FieldType
contactsAn array of arbitrary values.

Possible Errors:

Refer to the Error Handling documentation for the list of exception types

update

URL:

https://api.liquidweb.com/bleed/Network/DNS/Domain/Contact/update

Description:

This method can be used to update contact information for a domain at eNom. Limited to REGISTRANT, TECH, ADMIN types.

Parameters:

ParameterTypeNotes
adminAn associative array containing the fields:* Required
 
Address1A valid street address, up to 150 characters in length.* Required
Address2A valid street address, up to 150 characters in length.
CityA valid city name.* Required
CountryA valid ISO country code or name.* Required
EmailAddressA valid email address.* Required
FaxA valid phone number.
FirstNameA valid name, up to 100 characters in length.* Required
JobTitleA string permitting tabs, carriage returns and newlines
LastNameA valid name, up to 100 characters in length.* Required
OrganizationNameA valid company name, up to 100 characters in length.
PhoneA valid phone number.* Required
PostalCodeA valid postal code.* Required
StateProvinceA valid state or province.* Required
StateProvinceChoiceOne of: 'P', 'S'
registrantAn associative array containing the fields:* Required
 
Address1A valid street address, up to 150 characters in length.* Required
Address2A valid street address, up to 150 characters in length.
CityA valid city name.* Required
CountryA valid ISO country code or name.* Required
EmailAddressA valid email address.* Required
FaxA valid phone number.
FirstNameA valid name, up to 100 characters in length.* Required
JobTitleA string permitting tabs, carriage returns and newlines
LastNameA valid name, up to 100 characters in length.* Required
OrganizationNameA valid company name, up to 100 characters in length.
PhoneA valid phone number.* Required
PostalCodeA valid postal code.* Required
StateProvinceA valid state or province.* Required
StateProvinceChoiceOne of: 'P', 'S'
sync_all_with_billingA boolean value (0 or 1).
techAn associative array containing the fields:* Required
 
Address1A valid street address, up to 150 characters in length.* Required
Address2A valid street address, up to 150 characters in length.
CityA valid city name.* Required
CountryA valid ISO country code or name.* Required
EmailAddressA valid email address.* Required
FaxA valid phone number.
FirstNameA valid name, up to 100 characters in length.* Required
JobTitleA string permitting tabs, carriage returns and newlines
LastNameA valid name, up to 100 characters in length.* Required
OrganizationNameA valid company name, up to 100 characters in length.
PhoneA valid phone number.* Required
PostalCodeA valid postal code.* Required
StateProvinceA valid state or province.* Required
StateProvinceChoiceOne of: 'P', 'S'
uniq_idA six-character identifier, containing only capital letters and digits.* Required
use_LW_for_tech_contactA boolean value (0 or 1).

Returns:

FieldType
successA boolean value (0 or 1).

Possible Errors:

Refer to the Error Handling documentation for the list of exception types