Glossary.Add
Adds a glossary to the database. HTTP Operation HTTP POST URL https://www.mblast.com/api/rest/v.01/glossary.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 Glossary.Add method.
<?xml version="1.0" encoding="UTF-8"?>
<response>
<glossary>
<recordID>12345</recordID>
<term>Metropolitan Area Network</term>
<definition>
A data communication network typically covering
the geographic area of a city.
</definition>
<abbreviation>MAN</abbreviation>
<source>Network Glossary</source>
</glossary>
</response>
Errors Glossary.Add returns the standard errors. There are no errors specific to this method. |