This enhancement is to add the ability to create item messages and perform crud operations on them via the rest api only. The interface will be determined on the bug it blocks.
Created attachment 60897 [details] [review] Bug 17361: Update database
Created attachment 60898 [details] [review] Bug 17361: Update existing schema
Created attachment 60899 [details] [review] Bug 17361: Add Koha::Item::Message(s)
Created attachment 60900 [details] [review] Bug 17361: REST api | Add /items/messages endpoints This patch adds the following endpoints: - /items/{itemnumber}/messages - /items/{itemnumber}/messages/{item_message_id} for CRUD operation on item messages. Unit tests to come.