Skip to main content

getAddressesForCustomers

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

getAddressesForCustomers

Path Parameters
    serviceSubscriberDepartmentToken string required
Query Parameters
    customerUuids string[] required
    addressType string required

    Possible values: [COMMON, PRIMARY, BILLING, OTHER]

Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • customerAddressMap object
    property name* Address
    line1 string
    line2 string
    city string
    zip string
    addressType string
    type string

    Possible values: [COMMON, PRIMARY, BILLING, OTHER]

    country string
    updateTS date-time
    uuid string
    isValid boolean
    isPreferred boolean
    state string
Loading...