GET api/GroupMarketPlace/SearchGroupsForMarket?search={search}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| search | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GroupMaketPlaceDetails| Name | Description | Type | Additional 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
}
]
}
]