Returns the list of business categories
Request Information
Headers
Name | Description | Type | Additional information |
---|---|---|---|
Authentication |
Authentication token |
string |
Required |
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountid |
Account id of the parent Premium account. Should be specified for the reseller API. |
globally unique identifier |
Optional |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Data | Collection of BusinessCategory |
None. |
|
Success | boolean |
None. |
|
Messages | Collection of ErrorMessage |
None. |
Response Formats
application/json
Sample:
{ "Data": [ { "Id": 1, "Name": "Audio" }, { "Id": 2, "Name": "Education" } ], "Success": true, "Messages": [] }