Venue.Add
Adds a venue to the database. HTTP Operation HTTP POST URL https://www.mblast.com/api/rest/v.01/venue.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 Venue.Add 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.Add returns the standard errors. There are no errors specific to this method. |