Taylor's University · Example Payload

Taylors Getpatron Example

EducationHigher EducationUniversityLibraryInstitutional RepositoryOpen DataMalaysiaAsia

Taylors Getpatron Example is an example object payload from Taylor's University, with 23 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

patron_idcardnumbercategory_idlibrary_idfirstnamesurnamepreferred_nameemailphonemobiledate_of_birthdate_enrolledexpiry_datecitycountrypostal_codelangcheckouts_countoverdues_countaccount_balanceexpiredrestrictedupdated_on

Example Payload

Raw ↑
{
  "patron_id": 1042,
  "cardnumber": "0011001042",
  "category_id": "STAFF",
  "library_id": "LAKESIDE",
  "firstname": "Aisyah",
  "surname": "Rahman",
  "preferred_name": "Aisyah",
  "email": "aisyah.rahman@example.taylors.edu.my",
  "phone": "+60 3-5629 5000",
  "mobile": "+60 12-345 6789",
  "date_of_birth": "1995-04-12",
  "date_enrolled": "2019-09-01",
  "expiry_date": "2027-08-31",
  "city": "Subang Jaya",
  "country": "Malaysia",
  "postal_code": "47500",
  "lang": "default",
  "checkouts_count": 3,
  "overdues_count": 0,
  "account_balance": 0.0,
  "expired": false,
  "restricted": false,
  "updated_on": "2026-05-30T08:21:00+08:00"
}