Overview
Error Handling

Methods

API Documentation (API Version bleed)

Account/Contact/

DESCRIPTION

This section contains methods to fetch and update an account's contact information.

get

URL:

https://api.liquidweb.com/bleed/Account/Contact/get

Description:

Returns the contact information for the logged in account. Some fields may come back as null, if no value was entered for them.

Parameters:

No Values Defined

Returns:

FieldTypeNotes
accntA valid account number, up to 6 digits in length.
addressA valid street address, up to 150 characters in length.
ccEither: a valid email address.; or An array of a valid email address.; or a list of valid email addresses, separated by commas (i.e. blah@blah.com, blah2@blah.com).* Optional
cityA valid city name.
companyA valid company name, up to 100 characters in length.
countryA valid ISO country code or name.
emailEither: a valid email address.; or An array of a valid email address.; or a list of valid email addresses, separated by commas (i.e. blah@blah.com, blah2@blah.com).
faxA valid fax number.* Optional
fnameA valid name, up to 100 characters in length.
lnameA valid name, up to 100 characters in length.
mnameA valid name, up to 100 characters in length.* Optional
phoneA valid phone number.
stateA valid state or province.* Required if:
  • country is set to 'US'
tax_idA string of text, containing no newlines or other control characters.* Optional
zip_codeA valid postal code.* Required if:
  • country is set to 'US'

Possible Errors:

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

update

URL:

https://api.liquidweb.com/bleed/Account/Contact/update

Description:

Updates the contact information for the logged in account.

If you need to transfer ownership of the account to another party or correct the spelling of your name, please call us at 1-877-330-7660.

Parameters:

ParameterTypeNotes
addressA valid street address, up to 150 characters in length.
ccEither: a valid email address.; or An array of a valid email address.; or a list of valid email addresses, separated by commas (i.e. blah@blah.com, blah2@blah.com).
cityA valid city name.
companyA valid company name, up to 100 characters in length.
countryA valid ISO country code or name.
emailEither: a valid email address.; or An array of a valid email address.; or a list of valid email addresses, separated by commas (i.e. blah@blah.com, blah2@blah.com).
faxA valid fax number.
fnameA valid name, up to 100 characters in length.
lnameA valid name, up to 100 characters in length.
mnameA valid name, up to 100 characters in length.
phoneA valid phone number.
stateA valid state or province.* Required if:
  • country is set to 'US'
tax_idA string of text, containing no newlines or other control characters.
zip_codeA valid postal code.* Required if:
  • country is set to 'US'

Returns:

FieldTypeNotes
accntA valid account number, up to 6 digits in length.
addressA valid street address, up to 150 characters in length.
ccEither: a valid email address.; or An array of a valid email address.; or a list of valid email addresses, separated by commas (i.e. blah@blah.com, blah2@blah.com).* Optional
cityA valid city name.
companyA valid company name, up to 100 characters in length.
countryA valid ISO country code or name.
emailEither: a valid email address.; or An array of a valid email address.; or a list of valid email addresses, separated by commas (i.e. blah@blah.com, blah2@blah.com).
faxA valid fax number.* Optional
fnameA valid name, up to 100 characters in length.* Optional
lnameA valid name, up to 100 characters in length.* Optional
mnameA valid name, up to 100 characters in length.* Optional
phoneA valid phone number.
stateA valid state or province.* Required if:
  • country is set to 'US'
tax_idA string of text, containing no newlines or other control characters.* Optional
zip_codeA valid postal code.* Required if:
  • country is set to 'US'

Possible Errors:

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