Book.Add
Adds a book to the database. HTTP Operation HTTP POST URL https://www.mblast.com/api/rest/v.01/book.add.aspx Parameters See the documentation for creating REST queries.
Response Elements Response are returned in an XML document.
Example response The following is an example of the response returned by the Book.Add method.
<?xml version="1.0" encoding="UTF-8"?>
<response>
<book>
<recordID>12345</recordID>
<title>Wireless Home Networking For Dummies</title>
<author>Daniel Briere</author>
<link>http://www.amazon.com/gp/product/0764539108</link>
<description>
Guides users through the myraid of issues
regarding building a wireless home network.
</description>
<date>2003-05-01T1:00:00Z</date>
<publisher>12345</publisher>
<keywords>home network, wireless network</keywords>
</book>
</response>
Errors Book.Add returns the standard errors. There are no errors specific to this method. |