GET api/GroupMarketPlace/LoadGroupMarketPlaces
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PagedDTOOfGroupMarketPlaceDTOName | Description | Type | Additional information |
---|---|---|---|
PagedRecords | Collection of GroupMarketPlaceDTO |
None. |
|
Data | Collection of GroupMarketPlaceDTO |
None. |
|
TotalRecords | integer |
None. |
|
TotalAssociateRecords | integer |
None. |
|
CwaTotal | decimal number |
None. |
|
AlpTotal | decimal number |
None. |
|
AnHTotal | decimal number |
None. |
|
SubmittedAgentCount | integer |
None. |
|
TotalNoPrds | integer |
None. |
|
TotalCompletedNoPrds | decimal number |
None. |
|
TotalCancelNoPrds | integer |
None. |
|
TotalAlpNoPrds | decimal number |
None. |
|
FormattedTotalAlpNoPrds | string |
None. |
|
TotalCompletedAlpNoPrds | decimal number |
None. |
|
FormattedTotalCompletedAlpNoPrds | string |
None. |
|
TotalCancelAlpNoPrds | decimal number |
None. |
|
FormattedTotalCancelAlpNoPrds | string |
None. |
|
IsSearchLimitCompleted | boolean |
None. |
|
PolicySearchesLeft | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "PagedRecords": [ { "Id": 1, "MarketName": "sample string 2", "MarketTypeId": 3, "Groups": [ { "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 } ], "CreateBy": 4, "RuleLevel": 5, "DaysToExpireLead": 1, "DaysToReturnToAvailability": 1, "NeverExpire": true, "IsMarketReserved": true, "UserId": 1, "AssociateId": 1, "ExpireRuleTypeId": 7, "CreateDate": "2025-10-14T00:43:13.7492853-07:00", "SortColumn": "sample string 9", "SortDirection": "sample string 10", "PageIndex": 11, "PageSize": 12 }, { "Id": 1, "MarketName": "sample string 2", "MarketTypeId": 3, "Groups": [ { "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 } ], "CreateBy": 4, "RuleLevel": 5, "DaysToExpireLead": 1, "DaysToReturnToAvailability": 1, "NeverExpire": true, "IsMarketReserved": true, "UserId": 1, "AssociateId": 1, "ExpireRuleTypeId": 7, "CreateDate": "2025-10-14T00:43:13.7492853-07:00", "SortColumn": "sample string 9", "SortDirection": "sample string 10", "PageIndex": 11, "PageSize": 12 } ], "Data": [ { "Id": 1, "MarketName": "sample string 2", "MarketTypeId": 3, "Groups": [ { "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 } ], "CreateBy": 4, "RuleLevel": 5, "DaysToExpireLead": 1, "DaysToReturnToAvailability": 1, "NeverExpire": true, "IsMarketReserved": true, "UserId": 1, "AssociateId": 1, "ExpireRuleTypeId": 7, "CreateDate": "2025-10-14T00:43:13.7492853-07:00", "SortColumn": "sample string 9", "SortDirection": "sample string 10", "PageIndex": 11, "PageSize": 12 }, { "Id": 1, "MarketName": "sample string 2", "MarketTypeId": 3, "Groups": [ { "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 } ], "CreateBy": 4, "RuleLevel": 5, "DaysToExpireLead": 1, "DaysToReturnToAvailability": 1, "NeverExpire": true, "IsMarketReserved": true, "UserId": 1, "AssociateId": 1, "ExpireRuleTypeId": 7, "CreateDate": "2025-10-14T00:43:13.7492853-07:00", "SortColumn": "sample string 9", "SortDirection": "sample string 10", "PageIndex": 11, "PageSize": 12 } ], "TotalRecords": 1, "TotalAssociateRecords": 2, "CwaTotal": 3.1, "AlpTotal": 4.1, "AnHTotal": 5.1, "SubmittedAgentCount": 6, "TotalNoPrds": 7, "TotalCompletedNoPrds": 8.1, "TotalCancelNoPrds": 9, "TotalAlpNoPrds": 10.1, "FormattedTotalAlpNoPrds": "10.10", "TotalCompletedAlpNoPrds": 11.1, "FormattedTotalCompletedAlpNoPrds": "11.10", "TotalCancelAlpNoPrds": 12.1, "FormattedTotalCancelAlpNoPrds": "12.10", "IsSearchLimitCompleted": true, "PolicySearchesLeft": "sample string 14" }