• 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
        • Publication.Search
        • Publication.Get
        • Publication.Add
        • Publication.Update
        • Publication.Delete
      • Venues
      • White Papers
  • Applications Create dynamic functionality on your website

Publication.Update

Updates a publication in the database.

HTTP Operation

HTTP POST

URL

https://www.mblast.com/api/rest/v.01/publication.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 publication.
namestring (required)The name of the publication.
publishercompanyID (required)The company ID of the company which produces the publication.
descriptionstring (required)The description of the publication.
linkstring (required)The URL of the publication's web site.
address1stringThe first address line for the publication's address.
address2stringThe second address line for the publication's address.
citystringThe city for the publication's address.
stateprovincestringThe state or province for the publication's address.
postalcodestringThe postal code for the publication's address.
countrycountryThe country for the person's address
target audiencestringA description of the publication's target audience, which is the group of readers or viewers who are the subscribers for the publication.
circulationnumberFor print publications, circulation is the total paid and unpaid distribution of the publication.
typepublicationtypeThe type of publication.
frequencypublicationfrequencyThe frequency with which the publication is issued.
topicfocuspublicationfocusThe target geographical coverage of the publication in terms of topical coverage.
editcalcyclestringThe governing period of the editorial cycle. For instance, an annual calendar cycle applies if you issue your editorial calendar once a year.
editcalmanagerpersonIDThe person ID for the manager of the editorial calendar.
editcallinkstringThe URL of the editorial calendar web page.
editstaffcontactpersonIDThe contact for the editorial staff.
editstafflinkstringThe URL of the editorial staff web page.
issnstringThe International Standard Serial Number for the publication. The ISSN is a code used on catalogues, databases, or commercial transactions each time serial publications are involved. More info at http://www.issn.org.
keywordsstringKeywords associated with the publication, separated by commas.

Response Elements

Response are returned in an XML document.

FieldDescription
responseContains the query response.
publicationContains the individual publication information.
recordIDThe recordID assigned to the publication.
nameThe name of the publication.
publisherThe company ID of the company which produces the publication.
descriptionThe description of the publication.
linkThe URL of the publication's web site.
address1The first address line for the publication's address.
address2The second address line for the publication's address.
cityThe city for the publication's address.
stateprovinceThe state or province for the publication's address.
postalcodeThe postal code for the publication's address.
countryThe country for the person's address
target audienceA description of the publication's target audience, which is the group of readers or viewers who are the subscribers for the publication.
circulationFor print publications, circulation is the total paid and unpaid distribution of the publication.
typeThe type of publication.
frequencyThe frequency with which the publication is issued.
topicfocusThe target geographical coverage of the publication in terms of topical coverage.
editcalcycleThe governing period of the editorial cycle. For instance, an annual calendar cycle applies if you issue your editorial calendar once a year.
editcalmanagerThe person ID for the manager of the editorial calendar.
editcallinkThe URL of the editorial calendar web page.
editstaffcontactThe contact for the editorial staff.
editstafflinkThe URL of the editorial staff web page.
issnThe International Standard Serial Number for the publication. The ISSN is a code used on catalogues, databases, or commercial transactions each time serial publications are involved. More info at http://www.issn.org.
keywordsKeywords associated with the publication, separated by commas.

Example response

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

<?xml version="1.0" encoding="UTF-8"?>
<response>
  <publication>
    <recordID>12345</recordID>
    <name>802.11a News</name>
    <publisher>12345</publisher>
    <description>
      Magazine dedicated to products and services 
      utilizing the 802.11a broadband wireless standard. 
    </description>
    <link>http://www.80211anews.com</link>
    <target audience>
      End users, resellers, distributors, service 
      providers, etc. 
    </target audience>
    <circulation>20000</circulation>
    <type>4</type>
    <frequency>1</frequency>
    <topicfocus>6</topicfocus>
    <keywords>broadband, wireless, 802.11a</keywords>
  </publication>
</response>

Errors

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