GET api/Group/AddedInstantLeadGroup?groupId={groupId}&marketId={marketId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupId | integer |
Required |
|
| marketId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Dictionary of integer [key] and boolean [value]Response Formats
application/json, text/json
Sample:
{
"1": true,
"3": true
}