• 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
      • Companies
      • Events
      • Glossaries
      • People
      • Press Releases
      • Products
      • Publications
      • Venues
        • Venue.Search
        • Venue.Get
        • Venue.Add
        • Venue.Update
        • Venue.Delete
      • White Papers
  • Applications Create dynamic functionality on your website

Venue.Update

Updates a venue in the database.

HTTP Operation

HTTP GET

URL

https://www.mblast.com/api/rest/v.01/venue.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 venue.
namestring (required)The name of the venue.
descriptionstringThe description of the venue.
address1stringThe first address line for the venue's main address.
address2stringThe second address line for the venue's main address.
citystringThe city for the venue's main address.
stateprovincestateThe state or province for the venue's main address.
postalcodestringThe postal code for the venue's main address.
countrycountryThe country for the venue's main address
phonephoneThe main phone number for the venue.
faxphoneThe main fax number for the venue.
linkstringThe url for the venue's web site.

Response Elements

Response are returned in an XML document.

FieldDescription
responseContains the query response.
venueContains the individual venue information.
recordIDThe recordID assigned to the venue.
nameThe name of the venue.
descriptionThe description of the venue.
address1The first address line for the venue's main address.
address2The second address line for the venue's main address.
cityThe city for the venue's main address.
stateprovinceThe state or province for the venue's main address.
postalcodeThe postal code for the venue's main address.
countryThe country for the venue's main address
phoneThe main phone number for the venue.
faxThe main fax number for the venue.
linkThe url for the venue's web site.

Example response

The following is an example of the response returned by the Venue.Update method.

<?xml version="1.0" encoding="UTF-8"?>
<response>
  <venue>
    <recordID>12345</recordID>
    <name>Cox Convention Center Arena</name>
    <description>
      The Cox Business Services Convention Center is 
      conveniently located one block north of Interstate 
      40 in downtown Oklahoma City, just 15 minutes from 
      the Will Rogers World Airport, adjacent to the 
      Myriad Botanical Gardens, two of Oklahoma City’s 
      top hotels and the lively Bricktown dining and 
      entertainment district. 
    </description>
    <address1>1 Myriad Gardens</address1>
    <city>Oklahoma</city>
    <stateprovince>OK</stateprovince>
    <postalcode>73102</postalcode>
    <country>United States Of America</country>
    <link>http://www.coxconventioncenter.com/</link>
  </venue>
</response>

Errors

Venue.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.