Returns the list of business categories

Request Information

Headers

NameDescriptionTypeAdditional information
Authentication

Authentication token

string

Required

URI Parameters

NameDescriptionTypeAdditional 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

NameDescriptionTypeAdditional 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": []
}