© 2025 Clarivate
GET /api/.../patronaddresslabels?patronid={patronID}
Return a list of all displayed patron address labels, including any hidden address labels used by the provided patronID.
| Name | Type | Required | Description | 
|---|---|---|---|
| patronID | Integer | No | ID of patron | 
[
  {
    "AddressLabelID": 1,
    "Description": "Home"
  },
  {
    "AddressLabelID": 2,
    "Description": "Work"
  },
  {
    "AddressLabelID": 6,
    "Description": "Office"
  }
]
| Code | Description | 
|---|---|
| 200 | OK. Success |