GET Group/GetCategoryBGroups

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of BusinessCategoryView
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "name": "sample string 2"
  },
  {
    "id": 1,
    "name": "sample string 2"
  }
]