GET api/InstantLeadDistributionGroupAssociate/GetInstantLeadByMarketId?marketId={marketId}&take={take}&skip={skip}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
marketId | integer |
Required |
|
take | integer |
Required |
|
skip | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of InstantLeadDistributionGroupAndAssociateDTOName | Description | Type | Additional information |
---|---|---|---|
InstantLeadDistributionGroupId | integer |
None. |
|
AssociateId | integer |
None. |
|
GroupId | integer |
None. |
|
GroupName | string |
None. |
|
MarketName | string |
None. |
|
FullName | string |
None. |
|
TotalRecords | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "InstantLeadDistributionGroupId": 1, "AssociateId": 1, "GroupId": 2, "GroupName": "sample string 3", "MarketName": "sample string 4", "FullName": "sample string 5", "TotalRecords": 6 }, { "InstantLeadDistributionGroupId": 1, "AssociateId": 1, "GroupId": 2, "GroupName": "sample string 3", "MarketName": "sample string 4", "FullName": "sample string 5", "TotalRecords": 6 } ]