Properties
The addressData model returns an object with the following properties:
- id
- addresses[]
- addressType
- streetOne
- streetTwo
- city
- state
- zip
- county
- nation
- phones[]
- phoneType
- areaCode
- phone
Input Options
Required
- token: valid authorization token
- id: valid person ID
- type: where type can be *, faculty/staff, or student
Helper Functions
- getAddressByType(addressObject, addressType)
- getPhoneByType(phoneObject, phoneType)
- getCampusHousing(studentID)