Patron Dated Notes

Get Patron Dated Notes

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

Returns patron's dated 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": 81941,
        "PatronID": 357374,
        "Note": null,
        "CreationDate": "2025-06-15T10:30:20.777-04:00",
        "CreatorID": 1029,
        "CreatorName": "vanaja.ramarao"
    },
    {
        "PatronSystemNoteID": 15135,
        "PatronID": 357374,
        "Note": "01/01/2024 - 2nd reminder (pink) sent for $584.35 (incl. $2.00 admin fee) via Mailing Address",
        "CreationDate": "2024-01-01T10:31:29.697-05:00",
        "CreatorID": 1029,
        "CreatorName": "vanaja.ramarao"
    },
    {
        "PatronSystemNoteID": 5021,
        "PatronID": 357374,
        "Note": "29/09/2023 - 1st reminder (blue) sent for $549.48 via Email Address",
        "CreationDate": "2023-09-29T11:41:14.52-04:00",
        "CreatorID": 1029,
        "CreatorName": "vanaja.ramarao"
    },
    {
        "PatronSystemNoteID": 4,
        "PatronID": 357374,
        "Note": "357374: Second system note is added.",
        "CreationDate": "2023-05-17T10:18:19.633-04:00",
        "CreatorID": 1,
        "CreatorName": "PolarisExec"
    },
    {
        "PatronSystemNoteID": 3,
        "PatronID": 357374,
        "Note": "357374: First system note is added.",
        "CreationDate": "2023-05-17T10:18:08.797-04:00",
        "CreatorID": 1,
        "CreatorName": "PolarisExec"
    }
  ]

HTTP Response Codes

Code Description
200 OK. Success

Permissions needed to perform this action:

           
CR_AccessPatronServices_Allow(),
CR_PatronStatus_Access(patron BranchID),
CR_PatronStatusDisplayDatedNotes(patron BranchID)