Overview
Error Handling

Methods

API Documentation (API Version bleed)

Account/BillingAddress/

DESCRIPTION

This section contains methods to interact with a billing-specific address for an account.

delete

URL:

https://api.liquidweb.com/bleed/Account/BillingAddress/delete

Description:

Remove the billing-specific address for an account.

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.* Optional
address2A valid street address, up to 150 characters in length.* Optional
cityA valid city name.* Optional
countryA valid country.* Optional
postal_codeA valid postal code.* Optional
separate_billing_addressA boolean value (0 or 1).
stateA valid state or province.* Optional

Possible Errors:

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

details

URL:

https://api.liquidweb.com/bleed/Account/BillingAddress/details

Description:

This method will return an address for the account: the billing-specific address if it exists, the default address otherwise.

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.* Optional
address2A valid street address, up to 150 characters in length.* Optional
cityA valid city name.* Optional
countryA valid country.* Optional
postal_codeA valid postal code.* Optional
separate_billing_addressA boolean value (0 or 1).
stateA valid state or province.* Optional

Possible Errors:

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

updateOrCreate

URL:

https://api.liquidweb.com/bleed/Account/BillingAddress/updateOrCreate

Description:

Add or update a billing-specific address for an account.

Parameters:

ParameterType
addressA valid street address, up to 150 characters in length.
address2A valid street address, up to 150 characters in length.
cityA valid city name.
countryA valid country.
postal_codeA valid postal code.
stateA valid state or province.

Returns:

FieldTypeNotes
accntA valid account number, up to 6 digits in length.
addressA valid street address, up to 150 characters in length.* Optional
address2A valid street address, up to 150 characters in length.* Optional
cityA valid city name.* Optional
countryA valid country.* Optional
postal_codeA valid postal code.* Optional
separate_billing_addressA boolean value (0 or 1).
stateA valid state or province.* Optional

Possible Errors:

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