This method updates the filtered URLs for a Trademark Insight account.
| Version: | 2 |
| Quota Point Cost: | 20 |
http://api.adgooroo.com/v2/TrademarkInsight/SetTMFilters.api?urls=amazon.com%2cgoogle.com%2cyahoo.com
// XML Output
<?xml version="1.0"?>
<api_result>
<api_class>TrademarkInsight</api_class>
<api_method>SetTMFilters</api_method>
<quota_cost>0</quota_cost>
<status>SUCCESS</status>
<message />
<value>
<row />
</value>
</api_result>
// JSON Output
{
"api_class": "TrademarkInsight",
"api_method": "SetTMFilters",
"quota_cost": 0,
"status": 0,
"message": null,
"value": {
"row": [
{}
]
}
}
// CSV Output