GET api/GroupMarketPlace/GetGroups?marketId={marketId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
marketId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GroupMinDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
GroupCode | string |
None. |
|
GroupName | string |
None. |
|
State | string |
None. |
|
GroupCodeAndName | string |
None. |
|
Marketid | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "GroupCode": "sample string 2", "GroupName": "sample string 3", "State": "sample string 4", "GroupCodeAndName": "sample string 2 - sample string 3", "Marketid": 1 }, { "Id": 1, "GroupCode": "sample string 2", "GroupName": "sample string 3", "State": "sample string 4", "GroupCodeAndName": "sample string 2 - sample string 3", "Marketid": 1 } ]