Library Information System: REST Web Service


Click here for a complete list of operations.

PUT: book/{id}?session_id={session_id}

Description

Updates an existing book in the system

How to Execute

To access this REST web service, you need to use the following URL:

https://www.libraryinformationsystem.org/Services/RestService.svc/book/{id}?session_id={session_id}

Request Parameters

Name Description
id The id of the book to update
session_id The unique session id
book The book record

Request Body

Nothing Expected

Return Data

Nothing Returned