# Reserve items **POST /library/reserveitems** When taking items - must be phyiscal items - use this to Allocate it to the specified user ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters ## Body parameters Content-type: text/plain - **reserve_to** (integer) The user ID of the person who the item is being reserved for - **notify_owner** (integer) Whether to notify the owner of the library collection that this item has been reserved - **message** (string) A message to notify the owner with - **items** (array[object]) A list of **physical** items that this person is reserving ## Responses ### 200: OK #### Body Parameters: application/json (object) - **error** (integer) When there is no error, this is set to 0 - **items** (array[object]) The result of the reservation for each item ### 400: Errors: 1 Missing itemid 5 Not enough items available 6 Invalid type of item. Can only reserve physical items #### Body Parameters: application/json (object) - **error** (integer) When there is an error, this is set to 1 - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)