© 2024 Clarivate
POST /api/.../patrons/{id}?type=systemnotes
Add patron system notes
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the patron. |
type | String | Yes, must be 'systemnotes' | Discriminator for request content type. |
DtoPatronSystemNotes | Patron System Notes | Yes | Define this parameter in the request body when type=systemnotes |
{
"Text": "this is a system note via fiddler"
}
Code | Description |
---|---|
200 | OK. Success |
404 | Patron not found |