hello,
Overview
Error Handling
Error Handling
Methods
- Account/
- Account/Auth/
- Account/Auth/TwoFactor/
- Account/BillingAddress/
- Account/ChangeOrder/Source/
- Account/ChatPassword/
- Account/Contact/
- Account/CreditCard/
- Account/Cycle/
- Account/Limits/
- Account/PasswordReset/
- Account/Paymethod/
- Account/SSH/Key/
- Account/Settings/
- Account/Subscriptions/
- Account/User/
- Account/User/StateData/
- Acronis/Backup/
- Asset/
- Asset/Connections/
- Asset/ControlPanel/Credentials/
- Asset/Measurements/
- Asset/Monitoring/
- Attribution/
- Basket/
- Basket/Domain/
- Basket/Item/
- Basket/Item/Config/
- Billing/
- Billing/Bill/
- Billing/Credit/
- Billing/CreditCard/Profile/
- Billing/Cycle/
- Billing/Invoice/
- Billing/Invoice/Preview/
- Billing/PayPal/Agreement/
- Billing/PayPal/Payment/
- Billing/Payment/
- Billing/Payment/Profile/
- BusinessEmail/Customer/
- BusinessEmail/Domain/
- Cloud/Backup/
- Cloud/Config/
- Cloud/IP/Pool/
- Cloud/Image/
- Cloud/Private/Parent/
- Cloud/Server/
- Cloud/Template/
- CloudSites/
- CloudSites/Usage/
- CodeGuard/User/
- Contact/
- Coupon/
- Coupon/Claim/
- Domain/
- Domain/Services/
- HostedEmail/Customer/
- HostedEmail/Domain/
- Licensing/
- Licensing/Cpanel/
- Licensing/Plesk/
- Market/Bundle/
- Market/Bundle/Package/
- Market/Cart/
- Market/Cart/Admin/Quote/
- Market/Cart/Discount/
- Market/Cart/Helpers/Configurator/
- Market/Cart/Item/
- Market/Package/
- Market/Package/Product/
- Market/Place/
- Meta/Timing/
- Migration/
- Migration/Account/
- Migration/Account/Server/
- Migration/Account/Server/Access/
- Migration/Destination/
- Monitoring/Bandwidth/
- Monitoring/Load/
- Monitoring/MWP/
- Monitoring/Services/
- Network/CDN/User/
- Network/CDN/Zone/
- Network/DNS/Domain/
- Network/DNS/Domain/Contact/
- Network/DNS/Domain/Nameserver/
- Network/DNS/Domain/Transfer/
- Network/DNS/Record/
- Network/DNS/Reverse/
- Network/DNS/Zone/
- Network/DNS/Zone/History/
- Network/Firewall/
- Network/Firewall/Ruleset/
- Network/IP/
- Network/LoadBalancer/
- Network/Pool/
- Network/Private/
- Network/Region/
- Network/SSHKey/
- Network/Util/
- Network/Zone/
- Notifications/
- OneTimeSecret/
- Order/AddOn/
- Product/
- Product/Addon/
- Product/Marketplace/
- Product/Series/
- Project/
- SSL/Certificate/
- Salesforce/Account/InterWorx/
- Salesforce/Chat/Auth/
- Salesforce/User/
- Server/
- Server/Auth/
- Server/Power/
- Server/VirtualDomain/
- Server/WHM/AccessHash/
- Server/WHM/DNS/
- Server/WHM/Firewall/
- Signup/Basic/
- Storage/Block/Cluster/
- Storage/Block/Volume/
- Storage/ObjectStore/
- Support/Alert/
- Support/Request/
- Support/Request/Attachment/
- Support/SystemStatus/
- Support/Ticket/Auth/
- Tags/Product/
- UserTask/
- Utilities/Info/
- VIP/
- VMware/vCloud/vDC/
- VPN/
- VPN/User/
- WWW/Cart/
- WordPress/Domain/
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:
Field | Type | Notes |
---|---|---|
accnt | A valid account number, up to 6 digits in length. | |
address | A valid street address, up to 150 characters in length. | |
cc | Either: 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 |
city | A valid city name. | |
company | A valid company name, up to 100 characters in length. | |
country | A valid ISO country code or name. | |
Either: 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). | ||
fax | A valid fax number. | * Optional |
fname | A valid name, up to 100 characters in length. | |
lname | A valid name, up to 100 characters in length. | |
mname | A valid name, up to 100 characters in length. | * Optional |
phone | A valid phone number. | |
state | A valid state or province. | * Required if:
|
tax_id | A string of text, containing no newlines or other control characters. | * Optional |
zip_code | A valid postal code. | * Required if:
|
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:
Parameter | Type | Notes |
---|---|---|
address | A valid street address, up to 150 characters in length. | |
cc | Either: 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). | |
city | A valid city name. | |
company | A valid company name, up to 100 characters in length. | |
country | A valid ISO country code or name. | |
Either: 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). | ||
fax | A valid fax number. | |
fname | A valid name, up to 100 characters in length. | |
lname | A valid name, up to 100 characters in length. | |
mname | A valid name, up to 100 characters in length. | |
phone | A valid phone number. | |
state | A valid state or province. | * Required if:
|
tax_id | A string of text, containing no newlines or other control characters. | |
zip_code | A valid postal code. | * Required if:
|
Returns:
Field | Type | Notes |
---|---|---|
accnt | A valid account number, up to 6 digits in length. | |
address | A valid street address, up to 150 characters in length. | |
cc | Either: 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 |
city | A valid city name. | |
company | A valid company name, up to 100 characters in length. | |
country | A valid ISO country code or name. | |
Either: 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). | ||
fax | A valid fax number. | * Optional |
fname | A valid name, up to 100 characters in length. | * Optional |
lname | A valid name, up to 100 characters in length. | * Optional |
mname | A valid name, up to 100 characters in length. | * Optional |
phone | A valid phone number. | |
state | A valid state or province. | * Required if:
|
tax_id | A string of text, containing no newlines or other control characters. | * Optional |
zip_code | A valid postal code. | * Required if:
|
Possible Errors:
Refer to the Error Handling documentation for the list of exception types