Patron System Notes

Add Patron System Notes

POST /api/.../patrons/{id}?type=systemnotes

Add patron system notes

Request Information

Parameters
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
Request body
Example
application/json, text/json
{
   "Text": "this is a system note via fiddler"
}

HTTP Response Codes

Code Description
200 OK. Success
404 Patron not found