• Overview View our development partners
  • APIs Easily interface with mBLAST's database
    • ATOM/RSS Submit your data without web services programming
    • Web Services Easily interface with mBLAST's database
      • API Activation Form
      • Analyst Reports
      • Articles
      • Books
        • Book.Search
        • Book.Get
        • Book.Add
        • Book.Update
        • Book.Delete
      • Companies
      • Events
      • Glossaries
      • People
      • Press Releases
      • Products
      • Publications
      • Venues
      • White Papers
  • Applications Create dynamic functionality on your website

Book.Update

Updates a book in the database.

HTTP Operation

HTTP POST

URL

https://www.mblast.com/api/rest/v.01/book.update.aspx

Parameters

See the documentation for creating REST queries.

ParameterData typeDescription
apiapi (required)mBLAST API assigned to developer.
recordIDinteger (required)The recordID assigned to the book.
titlestring (required)The title of the book.
authorstring (required)The author of the book.
linkstring (required)The URL for the book's web page.
descriptionstring (required)An abstract or summary for the book.
tableofcontentsstringThe table of contents for the book
datedateThe date when the book was published.
imagelinkstringA URL pointing to a picture for the book.
publishercompanyIDThe company ID of the book's publisher.
keywordsstringKeywords associated with the book, separated by commas.

Response Elements

Response are returned in an XML document.

FieldDescription
responseContains the query response.
bookContains the individual book information.
recordIDThe recordID assigned to the book.
titleThe title of the book.
authorThe author of the book.
linkThe URL for the book's web page.
descriptionAn abstract or summary for the book.
tableofcontentsThe table of contents for the book
dateThe date when the book was published.
imagelinkA URL pointing to a picture for the book.
publisherThe company ID of the book's publisher.
keywordsKeywords associated with the book, separated by commas.

Example response

The following is an example of the response returned by the Book.Update 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.Update returns the standard errors. There are no errors specific to this method.

Home | Terms and Conditions | Privacy Policy | FAQ | About Us | Contact Us © 2000-2008 Media & Marketing Solutions, Inc.