GET Account/MyAccount/Addresses Try Now
Gets the subscriber addresses.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|
Body Parameters
None.
Response Information
Resource Description
Subscriber's Address
Name | Description | Type | Additional information |
---|---|---|---|
SubscriberAddresses | Collection of SubscriberAddress |
None.
|
Response Formats
application/json, text/json
Sample:
{ "SubscriberAddresses": [ { "AddressId": "", "FirstName": "", "LastName": "", "Company": "", "Address1": "", "Address2": "", "City": "", "StateId": "", "StateOther": "", "State": "", "StateISO": "", "CountryId": "", "TimeZoneId": "", "Zip": "", "Email": "", "Website": "", "JobTitle": "", "SubscriberId": "", "Phone": "", "Cell": "", "Fax": "", "DisplayName": "", "AddressType": "Billing", "IsResidential": true, "Country": "", "Extension": "", "CountryCode": "", "TimeZone": "" } ] }