Patron System Notes

Get Patron System Notes

GET /api/.../patrons/{id}/systemnotes

Returns patron's system notes.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the patron.

Response Information

Example
application/json, text/json
[
  {
    "PatronSystemNoteID": 5,
    "PatronID": 358502,
    "Note": "Note3: Third system note is added.",
    "CreationDate": "2023-05-17T15:39:01.213-04:00"
  },
  {
    "PatronSystemNoteID": 2,
    "PatronID": 358502,
    "Note": "Note2: Second system note",
    "CreationDate": "2023-05-17T10:13:29.273-04:00"
  },
  {
    "PatronSystemNoteID": 1,
    "PatronID": 358502,
    "Note": "Note1: Patron system note",
    "CreationDate": "2023-05-17T10:11:53.217-04:00"
  }
]

HTTP Response Codes

Code Description
200 OK. Success

Permissions needed to perform this action:

           
CR_AccessPatronServices_Allow(),
CR_PatronStatus_Access(patron BranchID),