© 2025 Clarivate
POST /api/.../patrons/{id}/datednotes
Add patron dated notes
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to patron. |
dto | DtoPatronSystemNote | Yes | Define this parameter in the request body. |
{
"Note": "Note is added via swagger"
}
Permission IDs found here.
CR_AccessPatronServices_Allow() CR_PatronStatus_Access(patron's organization), CR_PatronStatusCreateDatedNotes(patron's organization)
Code | Description |
---|---|
200 | OK. Note is added. Success |
400 | Note is null or empty |