PressRelease.Add
Adds a press release to the database. HTTP Operation HTTP POST URL https://www.mblast.com/api/rest/v.01/pressrelease.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 PressRelease.Add method.
<?xml version="1.0" encoding="UTF-8"?>
<response>
<pressrelease>
<recordID>12345</recordID>
<title>
Terawave Signs Joint Marketing Agreement With SAIC
</title>
<summary>
Terawave Communications, Inc. announced that it
has signed a Joint Marketing Agreement with
Science Applications International Corporation.
</summary>
<releasetext>
<p>Terawave Communications, Inc. today
announced that it has signed a Joint Marketing
Agreement with Science Applications International
Corporation (SAIC), that provides information
technology (IT), systems integration and
eSolutions to commercial and government
customers.</p>
<p>Under the terms of the agreement,
Terawave can offer its evolutionary products and
cost effective access solutions with SAIC's
expertise in energy, telecommunications,
healthcare and the federal marketplace to enhance
Terawave's ability to reach and serve customers in
those markets.</p>
<p>"We are pleased to sign a joint marketing
agreement with SAIC, and I am confident that our
customers can derive substantial benefit from the
experiences, skills, and methodologies that we can
now jointly offer," said Don Stalter, chief
operating officer of Terawave.</p>
</releasetext>
<location>Hayward, California</location>
<link>http://www.businesswire.com/231915327</link>
<distributor>BusinessWire</distributor>
<company1>12345</company1>
<company1desc>
Terawave Communications, Inc. is a leading
manufacturer of multi-service optical access
solutions.
</company1desc>
</pressrelease>
</response>
Errors Press Release.Add returns the standard errors. There are no errors specific to this method. |