GET api/GroupMarketPlace/SearchGroupsForMarket?search={search}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
search

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GroupMaketPlaceDetails
NameDescriptionTypeAdditional information
MarketId

integer

None.

MarketName

string

None.

MarketTypeId

integer

None.

Groups

Collection of GroupMini

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MarketId": 1,
    "MarketName": "sample string 2",
    "MarketTypeId": 3,
    "Groups": [
      {
        "Id": 1,
        "GroupCode": "sample string 2",
        "GroupName": "sample string 3",
        "Status": true
      },
      {
        "Id": 1,
        "GroupCode": "sample string 2",
        "GroupName": "sample string 3",
        "Status": true
      }
    ]
  },
  {
    "MarketId": 1,
    "MarketName": "sample string 2",
    "MarketTypeId": 3,
    "Groups": [
      {
        "Id": 1,
        "GroupCode": "sample string 2",
        "GroupName": "sample string 3",
        "Status": true
      },
      {
        "Id": 1,
        "GroupCode": "sample string 2",
        "GroupName": "sample string 3",
        "Status": true
      }
    ]
  }
]