Skip to main content

Find all billing addresses by account ID

GET 

/billing-addresses/account/:account_id

Retrieve a list of billing addresses associated with a specific account.

Request

Path Parameters

    account_id uuidrequired

    Unique identifier of the account

Header Parameters

    sub-account stringrequired

    Sub-account identifier required for all requests

Responses

List of billing addresses retrieved successfully

Schema

  • Array [

  • billing_address_id stringrequired

    Unique identifier for the billing address.

    billing_address stringrequired

    Full billing address.

    billing_address_numero_voie stringrequired

    Street number.

    billing_address_indice_repetition stringrequired

    Street number suffix.

    billing_address_type_voie stringrequired

    Type of street.

    billing_address_libelle_voie stringrequired

    Street name.

    billing_address_complement_localisation stringrequired

    Complement address.

    billing_address_code_postal stringrequired

    Postal code.

    billing_address_libelle_commune stringrequired

    City name.

    billing_address_distribution_speciale stringrequired

    Special delivery.

    billing_address_pays stringrequired

    Country name.

    billing_address_code_pays stringrequired

    Country code.

    billing_address_last_modified stringrequired

    Last update date.

    account_id stringrequired

    Unique identifier for the account.

    creator_id stringrequired

    Unique identifier for the creator.

  • ]

Loading...