GET Group/GetSubCategoryBGroups

Request Information

URI Parameters

NameDescriptionTypeAdditional information
catId

integer

Required

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"
  }
]