Patron Address Labels

List Patron Address Labels

GET /api/.../patronaddresslabels?patronid={patronID}

Return a list of all displayed patron address labels, including any hidden address labels used by the provided patronID.

Request Information

Name Type Required Description
patronID Integer No ID of patron

Response Information

Example
application/json, text/json
[
  {
    "AddressLabelID": 1,
    "Description": "Home"
  },
  {
    "AddressLabelID": 2,
    "Description": "Work"
  },
  {
    "AddressLabelID": 6,
    "Description": "Office"
  }
]

HTTP Response Codes

Code Description
200 OK. Success