Returns all brands and their associated company ids.
Resource URL
http://api.climatecounts.org/1/Brands{.format}
Data
Response Formats
Specifies the format of the results response. Can be overriden by appending (.xml, .json) to Resource URL. For JSONP, include callback querystring parameter.
Default Value: Determined by HTTP Media-type header
Possible Values: xml, json
Parameters
None
Example Request
[
{
"CompanyID":7,
"Name":"(owned by Continental)"
},
{
"CompanyID":25,
"Name":"100 Federal Street Limited"
},
...
{
"CompanyID":57,
"Name":"Zwitsal
}
]