GET api/Production/GetRecognitionReport?productionDate={productionDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productionDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
RecognitionReportDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| TopProducers | Collection of ProductionReportDetailDTO |
None. |
|
| Producers | Collection of ProductionReportDetailDTO |
None. |
|
| TopSA | Collection of ProductionReportDetailDTO |
None. |
|
| TopGA | Collection of ProductionReportDetailDTO |
None. |
|
| TopMGA | Collection of ProductionReportDetailDTO |
None. |
|
| TopRGA | Collection of ProductionReportDetailDTO |
None. |
|
| TopOffice | Collection of ProductionReportDetailDTO |
None. |
|
| TopTerritory | Collection of ProductionReportDetailDTO |
None. |
|
| TopMGAUnderSixMonthAgent | Collection of ProductionReportDetailDTO |
None. |
|
| TopRGAUnderSixMonthAgent | Collection of ProductionReportDetailDTO |
None. |
|
| TopMGAReferralPresentation | Collection of ProductionReportDetailDTO |
None. |
|
| TopMGAReferralCollected | Collection of ProductionReportDetailDTO |
None. |
|
| TopMGAPresentationReferralPercent | Collection of ProductionReportDetailDTO |
None. |
|
| TopRookies | Collection of ProductionReportDetailDTO |
None. |
|
| TopMGAPersonalRecruiting | Collection of HiringReportDTO |
None. |
|
| TopMGARecruiting | Collection of HiringReportDTO |
None. |
|
| IsRequestProcessed | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"TopProducers": [
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
},
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
}
],
"Producers": [
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
},
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
}
],
"TopSA": [
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
},
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
}
],
"TopGA": [
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
},
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
}
],
"TopMGA": [
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
},
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
}
],
"TopRGA": [
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
},
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
}
],
"TopOffice": [
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
},
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
}
],
"TopTerritory": [
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
},
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
}
],
"TopMGAUnderSixMonthAgent": [
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
},
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
}
],
"TopRGAUnderSixMonthAgent": [
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
},
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
}
],
"TopMGAReferralPresentation": [
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
},
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
}
],
"TopMGAReferralCollected": [
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
},
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
}
],
"TopMGAPresentationReferralPercent": [
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
},
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
}
],
"TopRookies": [
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
},
{
"AgencyId": 1,
"Alp": 2.0,
"AandH": 3.0,
"AlpSumbitted": 4.0,
"AlpApproved": 5.0,
"AlpPending": 6.0,
"AppointmentStart": 7,
"AppointmentTotal": 8,
"AssociateContractId": 9,
"ReferralLive": 10,
"ReferralTurnedIn": 11,
"PresentationChildSafe": 12,
"PresentationPos": 13,
"PresentationReferral": 14,
"PresentationResponseCard": 15,
"PresentationPa": 16,
"PresentationTotal": 17,
"PrCollected": 18,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"ProductionDateString": "2/3/2026",
"ProductionDateStringXml": "sample string 20",
"ApplicationStart": 21,
"ApptsBookedNextDayStart": 22,
"ApptsBookedNextDayFinish": 23,
"ApptsBookedHome": 24,
"ApptsBookedCar": 25,
"ApptsBookedDropBy": 26,
"ApptsBookedNextDayReferrals": 27,
"LiveLeadStart": 28,
"LiveLeadFinish": 29,
"PersonalRecruitTotal": 30,
"SalesChildSafe": 31,
"SalesPos": 32,
"SalesReferral": 33,
"SalesResponseCard": 34,
"SalesPa": 35,
"SalesTotal": 36,
"AgentName": "sample string 37",
"OfficeId": 38,
"OfficeName": "sample string 39",
"AssociateId": 40,
"Phone": "sample string 41",
"IsLeafNode": true,
"IsGreaterThanSixMonths": true,
"AgentsCount": 1,
"StatusCode": "sample string 44",
"ProductionStatusId": 45,
"AgentCode": "sample string 46",
"TerritoryId": 47,
"TerritoryName": "sample string 48",
"IsVerified": true,
"RoleInfo": "sample string 49",
"RoleId": 50,
"FirstName": "sample string 51",
"LastName": "sample string 52",
"Show": 212.5,
"Close": 211.76,
"ALPSale": 0.06,
"ALPSaleAgency": 53.0,
"PresentationReferralPercent": 82.35,
"AverageALP": 2.0,
"AssociateFullName": "sample string 52, sample string 51",
"AssociateManagerName": "sample string 54",
"ProductionALPSaleTotal": 1.0
}
],
"TopMGAPersonalRecruiting": [
{
"AgencyId": 1,
"AssociateContractId": 2,
"AgentName": "sample string 3",
"OfficeId": 4,
"OfficeName": "sample string 5",
"AssociateId": 6,
"IsLeafNode": true,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"RecType": "sample string 9",
"AgentCode": "sample string 10",
"TerritoryId": 11,
"TerritoryName": "sample string 12",
"RoleInfo": "sample string 13",
"RoleId": 14,
"ReportToContractId": 1,
"ProductionDateString": "2/3/2026",
"ProductionDateStringXML": "sample string 15",
"AgentCount": 16,
"SecondInterviewSch": 17,
"SecondInterviewCon": 18,
"GroupInterviewSch": 19,
"GroupInterviewCon": 20,
"FourthInterviewSch": 21,
"FourthInterviewCon": 22,
"FifthInterviewSch": 23,
"FifthInterviewCon": 24,
"RegCandidates": 25,
"AttBeginOverview": 26,
"AttEndOverview": 27,
"QuestionReceived": 28,
"Hired": 29,
"PersonalRecruiteHired": 30,
"IsTagRole": true,
"HiredAgentList": [
{
"HireName": "sample string 1",
"HireDate": "sample string 2",
"PhoneNo": "sample string 3",
"FormattedPhoneNo": "sample string 3",
"ManagerName": "sample string 4"
},
{
"HireName": "sample string 1",
"HireDate": "sample string 2",
"PhoneNo": "sample string 3",
"FormattedPhoneNo": "sample string 3",
"ManagerName": "sample string 4"
}
],
"FirstName": "sample string 32",
"LastName": "sample string 33",
"ContractCode": "sample string 34",
"FullName": "sample string 32 sample string 33 - (sample string 10)",
"DisplayName": "sample string 32 sample string 33 - (sample string 10)",
"RefId": 2,
"UserId": 35,
"IsFooter": true,
"HiringLSRStats": {
"RecruitingData": {
"AvgBooked": 1.0,
"AvgShowRatio": 2,
"PushToGroup": 3,
"AvgHires": 4.0,
"PersonalRecruits": 5,
"BookToHire": 6,
"ShowToHire": 7,
"AverageSetsPerWeek": 8.0,
"SettoHireratio": 9.0,
"WebinartoHireratio": 10.0,
"SettoRegisterratio": 11.0,
"RegistertoWebinarratio": 12.0,
"WebinarRetentionratio": 13.0,
"WebinartoQuestionnaireratio": 14.0,
"QuestionnairetoFinalratio": 15.0,
"FinalInterviewShowratio": 16.0,
"FinalInterviewHireratio": 17.0
},
"Licensing": {
"AvgLicense": 1,
"AvgCodes": 2,
"HireToLicense": 3,
"LicensedToCode": 4,
"HireToCode": 5
},
"YTDTotal": {
"TotalBooked": 1,
"TotalHire": 2,
"TotalLicensed": 3,
"TotalCodes": 4,
"TotalPersonalRecruits": 5
},
"Quater1": {
"TotalBooked": 1,
"AvgBooked": 2.0,
"AvgShowRatio": 3,
"AvgPRHires": 4.0,
"AvgPushToGroup": 5,
"AvgHires": 6.0,
"BookToHire": 7,
"ShowToHire": 8,
"AverageSetsPerWeek": 9.0,
"PersonalRecruits": 10.0,
"SettoHireratio": 11.0,
"WebinartoHireratio": 12.0,
"SettoRegisterratio": 13.0,
"RegistertoWebinarratio": 14.0,
"WebinarRetentionratio": 15.0,
"WebinartoQuestionnaireratio": 16.0,
"QuestionnairetoFinalratio": 17.0,
"FinalInterviewShowratio": 18.0,
"FinalInterviewHireratio": 19.0
},
"Quater2": {
"TotalBooked": 1,
"AvgBooked": 2.0,
"AvgShowRatio": 3,
"AvgPRHires": 4.0,
"AvgPushToGroup": 5,
"AvgHires": 6.0,
"BookToHire": 7,
"ShowToHire": 8,
"AverageSetsPerWeek": 9.0,
"PersonalRecruits": 10.0,
"SettoHireratio": 11.0,
"WebinartoHireratio": 12.0,
"SettoRegisterratio": 13.0,
"RegistertoWebinarratio": 14.0,
"WebinarRetentionratio": 15.0,
"WebinartoQuestionnaireratio": 16.0,
"QuestionnairetoFinalratio": 17.0,
"FinalInterviewShowratio": 18.0,
"FinalInterviewHireratio": 19.0
},
"Quater3": {
"TotalBooked": 1,
"AvgBooked": 2.0,
"AvgShowRatio": 3,
"AvgPRHires": 4.0,
"AvgPushToGroup": 5,
"AvgHires": 6.0,
"BookToHire": 7,
"ShowToHire": 8,
"AverageSetsPerWeek": 9.0,
"PersonalRecruits": 10.0,
"SettoHireratio": 11.0,
"WebinartoHireratio": 12.0,
"SettoRegisterratio": 13.0,
"RegistertoWebinarratio": 14.0,
"WebinarRetentionratio": 15.0,
"WebinartoQuestionnaireratio": 16.0,
"QuestionnairetoFinalratio": 17.0,
"FinalInterviewShowratio": 18.0,
"FinalInterviewHireratio": 19.0
},
"Quater4": {
"TotalBooked": 1,
"AvgBooked": 2.0,
"AvgShowRatio": 3,
"AvgPRHires": 4.0,
"AvgPushToGroup": 5,
"AvgHires": 6.0,
"BookToHire": 7,
"ShowToHire": 8,
"AverageSetsPerWeek": 9.0,
"PersonalRecruits": 10.0,
"SettoHireratio": 11.0,
"WebinartoHireratio": 12.0,
"SettoRegisterratio": 13.0,
"RegistertoWebinarratio": 14.0,
"WebinarRetentionratio": 15.0,
"WebinartoQuestionnaireratio": 16.0,
"QuestionnairetoFinalratio": 17.0,
"FinalInterviewShowratio": 18.0,
"FinalInterviewHireratio": 19.0
}
}
},
{
"AgencyId": 1,
"AssociateContractId": 2,
"AgentName": "sample string 3",
"OfficeId": 4,
"OfficeName": "sample string 5",
"AssociateId": 6,
"IsLeafNode": true,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"RecType": "sample string 9",
"AgentCode": "sample string 10",
"TerritoryId": 11,
"TerritoryName": "sample string 12",
"RoleInfo": "sample string 13",
"RoleId": 14,
"ReportToContractId": 1,
"ProductionDateString": "2/3/2026",
"ProductionDateStringXML": "sample string 15",
"AgentCount": 16,
"SecondInterviewSch": 17,
"SecondInterviewCon": 18,
"GroupInterviewSch": 19,
"GroupInterviewCon": 20,
"FourthInterviewSch": 21,
"FourthInterviewCon": 22,
"FifthInterviewSch": 23,
"FifthInterviewCon": 24,
"RegCandidates": 25,
"AttBeginOverview": 26,
"AttEndOverview": 27,
"QuestionReceived": 28,
"Hired": 29,
"PersonalRecruiteHired": 30,
"IsTagRole": true,
"HiredAgentList": [
{
"HireName": "sample string 1",
"HireDate": "sample string 2",
"PhoneNo": "sample string 3",
"FormattedPhoneNo": "sample string 3",
"ManagerName": "sample string 4"
},
{
"HireName": "sample string 1",
"HireDate": "sample string 2",
"PhoneNo": "sample string 3",
"FormattedPhoneNo": "sample string 3",
"ManagerName": "sample string 4"
}
],
"FirstName": "sample string 32",
"LastName": "sample string 33",
"ContractCode": "sample string 34",
"FullName": "sample string 32 sample string 33 - (sample string 10)",
"DisplayName": "sample string 32 sample string 33 - (sample string 10)",
"RefId": 2,
"UserId": 35,
"IsFooter": true,
"HiringLSRStats": {
"RecruitingData": {
"AvgBooked": 1.0,
"AvgShowRatio": 2,
"PushToGroup": 3,
"AvgHires": 4.0,
"PersonalRecruits": 5,
"BookToHire": 6,
"ShowToHire": 7,
"AverageSetsPerWeek": 8.0,
"SettoHireratio": 9.0,
"WebinartoHireratio": 10.0,
"SettoRegisterratio": 11.0,
"RegistertoWebinarratio": 12.0,
"WebinarRetentionratio": 13.0,
"WebinartoQuestionnaireratio": 14.0,
"QuestionnairetoFinalratio": 15.0,
"FinalInterviewShowratio": 16.0,
"FinalInterviewHireratio": 17.0
},
"Licensing": {
"AvgLicense": 1,
"AvgCodes": 2,
"HireToLicense": 3,
"LicensedToCode": 4,
"HireToCode": 5
},
"YTDTotal": {
"TotalBooked": 1,
"TotalHire": 2,
"TotalLicensed": 3,
"TotalCodes": 4,
"TotalPersonalRecruits": 5
},
"Quater1": {
"TotalBooked": 1,
"AvgBooked": 2.0,
"AvgShowRatio": 3,
"AvgPRHires": 4.0,
"AvgPushToGroup": 5,
"AvgHires": 6.0,
"BookToHire": 7,
"ShowToHire": 8,
"AverageSetsPerWeek": 9.0,
"PersonalRecruits": 10.0,
"SettoHireratio": 11.0,
"WebinartoHireratio": 12.0,
"SettoRegisterratio": 13.0,
"RegistertoWebinarratio": 14.0,
"WebinarRetentionratio": 15.0,
"WebinartoQuestionnaireratio": 16.0,
"QuestionnairetoFinalratio": 17.0,
"FinalInterviewShowratio": 18.0,
"FinalInterviewHireratio": 19.0
},
"Quater2": {
"TotalBooked": 1,
"AvgBooked": 2.0,
"AvgShowRatio": 3,
"AvgPRHires": 4.0,
"AvgPushToGroup": 5,
"AvgHires": 6.0,
"BookToHire": 7,
"ShowToHire": 8,
"AverageSetsPerWeek": 9.0,
"PersonalRecruits": 10.0,
"SettoHireratio": 11.0,
"WebinartoHireratio": 12.0,
"SettoRegisterratio": 13.0,
"RegistertoWebinarratio": 14.0,
"WebinarRetentionratio": 15.0,
"WebinartoQuestionnaireratio": 16.0,
"QuestionnairetoFinalratio": 17.0,
"FinalInterviewShowratio": 18.0,
"FinalInterviewHireratio": 19.0
},
"Quater3": {
"TotalBooked": 1,
"AvgBooked": 2.0,
"AvgShowRatio": 3,
"AvgPRHires": 4.0,
"AvgPushToGroup": 5,
"AvgHires": 6.0,
"BookToHire": 7,
"ShowToHire": 8,
"AverageSetsPerWeek": 9.0,
"PersonalRecruits": 10.0,
"SettoHireratio": 11.0,
"WebinartoHireratio": 12.0,
"SettoRegisterratio": 13.0,
"RegistertoWebinarratio": 14.0,
"WebinarRetentionratio": 15.0,
"WebinartoQuestionnaireratio": 16.0,
"QuestionnairetoFinalratio": 17.0,
"FinalInterviewShowratio": 18.0,
"FinalInterviewHireratio": 19.0
},
"Quater4": {
"TotalBooked": 1,
"AvgBooked": 2.0,
"AvgShowRatio": 3,
"AvgPRHires": 4.0,
"AvgPushToGroup": 5,
"AvgHires": 6.0,
"BookToHire": 7,
"ShowToHire": 8,
"AverageSetsPerWeek": 9.0,
"PersonalRecruits": 10.0,
"SettoHireratio": 11.0,
"WebinartoHireratio": 12.0,
"SettoRegisterratio": 13.0,
"RegistertoWebinarratio": 14.0,
"WebinarRetentionratio": 15.0,
"WebinartoQuestionnaireratio": 16.0,
"QuestionnairetoFinalratio": 17.0,
"FinalInterviewShowratio": 18.0,
"FinalInterviewHireratio": 19.0
}
}
}
],
"TopMGARecruiting": [
{
"AgencyId": 1,
"AssociateContractId": 2,
"AgentName": "sample string 3",
"OfficeId": 4,
"OfficeName": "sample string 5",
"AssociateId": 6,
"IsLeafNode": true,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"RecType": "sample string 9",
"AgentCode": "sample string 10",
"TerritoryId": 11,
"TerritoryName": "sample string 12",
"RoleInfo": "sample string 13",
"RoleId": 14,
"ReportToContractId": 1,
"ProductionDateString": "2/3/2026",
"ProductionDateStringXML": "sample string 15",
"AgentCount": 16,
"SecondInterviewSch": 17,
"SecondInterviewCon": 18,
"GroupInterviewSch": 19,
"GroupInterviewCon": 20,
"FourthInterviewSch": 21,
"FourthInterviewCon": 22,
"FifthInterviewSch": 23,
"FifthInterviewCon": 24,
"RegCandidates": 25,
"AttBeginOverview": 26,
"AttEndOverview": 27,
"QuestionReceived": 28,
"Hired": 29,
"PersonalRecruiteHired": 30,
"IsTagRole": true,
"HiredAgentList": [
{
"HireName": "sample string 1",
"HireDate": "sample string 2",
"PhoneNo": "sample string 3",
"FormattedPhoneNo": "sample string 3",
"ManagerName": "sample string 4"
},
{
"HireName": "sample string 1",
"HireDate": "sample string 2",
"PhoneNo": "sample string 3",
"FormattedPhoneNo": "sample string 3",
"ManagerName": "sample string 4"
}
],
"FirstName": "sample string 32",
"LastName": "sample string 33",
"ContractCode": "sample string 34",
"FullName": "sample string 32 sample string 33 - (sample string 10)",
"DisplayName": "sample string 32 sample string 33 - (sample string 10)",
"RefId": 2,
"UserId": 35,
"IsFooter": true,
"HiringLSRStats": {
"RecruitingData": {
"AvgBooked": 1.0,
"AvgShowRatio": 2,
"PushToGroup": 3,
"AvgHires": 4.0,
"PersonalRecruits": 5,
"BookToHire": 6,
"ShowToHire": 7,
"AverageSetsPerWeek": 8.0,
"SettoHireratio": 9.0,
"WebinartoHireratio": 10.0,
"SettoRegisterratio": 11.0,
"RegistertoWebinarratio": 12.0,
"WebinarRetentionratio": 13.0,
"WebinartoQuestionnaireratio": 14.0,
"QuestionnairetoFinalratio": 15.0,
"FinalInterviewShowratio": 16.0,
"FinalInterviewHireratio": 17.0
},
"Licensing": {
"AvgLicense": 1,
"AvgCodes": 2,
"HireToLicense": 3,
"LicensedToCode": 4,
"HireToCode": 5
},
"YTDTotal": {
"TotalBooked": 1,
"TotalHire": 2,
"TotalLicensed": 3,
"TotalCodes": 4,
"TotalPersonalRecruits": 5
},
"Quater1": {
"TotalBooked": 1,
"AvgBooked": 2.0,
"AvgShowRatio": 3,
"AvgPRHires": 4.0,
"AvgPushToGroup": 5,
"AvgHires": 6.0,
"BookToHire": 7,
"ShowToHire": 8,
"AverageSetsPerWeek": 9.0,
"PersonalRecruits": 10.0,
"SettoHireratio": 11.0,
"WebinartoHireratio": 12.0,
"SettoRegisterratio": 13.0,
"RegistertoWebinarratio": 14.0,
"WebinarRetentionratio": 15.0,
"WebinartoQuestionnaireratio": 16.0,
"QuestionnairetoFinalratio": 17.0,
"FinalInterviewShowratio": 18.0,
"FinalInterviewHireratio": 19.0
},
"Quater2": {
"TotalBooked": 1,
"AvgBooked": 2.0,
"AvgShowRatio": 3,
"AvgPRHires": 4.0,
"AvgPushToGroup": 5,
"AvgHires": 6.0,
"BookToHire": 7,
"ShowToHire": 8,
"AverageSetsPerWeek": 9.0,
"PersonalRecruits": 10.0,
"SettoHireratio": 11.0,
"WebinartoHireratio": 12.0,
"SettoRegisterratio": 13.0,
"RegistertoWebinarratio": 14.0,
"WebinarRetentionratio": 15.0,
"WebinartoQuestionnaireratio": 16.0,
"QuestionnairetoFinalratio": 17.0,
"FinalInterviewShowratio": 18.0,
"FinalInterviewHireratio": 19.0
},
"Quater3": {
"TotalBooked": 1,
"AvgBooked": 2.0,
"AvgShowRatio": 3,
"AvgPRHires": 4.0,
"AvgPushToGroup": 5,
"AvgHires": 6.0,
"BookToHire": 7,
"ShowToHire": 8,
"AverageSetsPerWeek": 9.0,
"PersonalRecruits": 10.0,
"SettoHireratio": 11.0,
"WebinartoHireratio": 12.0,
"SettoRegisterratio": 13.0,
"RegistertoWebinarratio": 14.0,
"WebinarRetentionratio": 15.0,
"WebinartoQuestionnaireratio": 16.0,
"QuestionnairetoFinalratio": 17.0,
"FinalInterviewShowratio": 18.0,
"FinalInterviewHireratio": 19.0
},
"Quater4": {
"TotalBooked": 1,
"AvgBooked": 2.0,
"AvgShowRatio": 3,
"AvgPRHires": 4.0,
"AvgPushToGroup": 5,
"AvgHires": 6.0,
"BookToHire": 7,
"ShowToHire": 8,
"AverageSetsPerWeek": 9.0,
"PersonalRecruits": 10.0,
"SettoHireratio": 11.0,
"WebinartoHireratio": 12.0,
"SettoRegisterratio": 13.0,
"RegistertoWebinarratio": 14.0,
"WebinarRetentionratio": 15.0,
"WebinartoQuestionnaireratio": 16.0,
"QuestionnairetoFinalratio": 17.0,
"FinalInterviewShowratio": 18.0,
"FinalInterviewHireratio": 19.0
}
}
},
{
"AgencyId": 1,
"AssociateContractId": 2,
"AgentName": "sample string 3",
"OfficeId": 4,
"OfficeName": "sample string 5",
"AssociateId": 6,
"IsLeafNode": true,
"ProductionDate": "2026-02-03T18:29:43.8469021-08:00",
"RecType": "sample string 9",
"AgentCode": "sample string 10",
"TerritoryId": 11,
"TerritoryName": "sample string 12",
"RoleInfo": "sample string 13",
"RoleId": 14,
"ReportToContractId": 1,
"ProductionDateString": "2/3/2026",
"ProductionDateStringXML": "sample string 15",
"AgentCount": 16,
"SecondInterviewSch": 17,
"SecondInterviewCon": 18,
"GroupInterviewSch": 19,
"GroupInterviewCon": 20,
"FourthInterviewSch": 21,
"FourthInterviewCon": 22,
"FifthInterviewSch": 23,
"FifthInterviewCon": 24,
"RegCandidates": 25,
"AttBeginOverview": 26,
"AttEndOverview": 27,
"QuestionReceived": 28,
"Hired": 29,
"PersonalRecruiteHired": 30,
"IsTagRole": true,
"HiredAgentList": [
{
"HireName": "sample string 1",
"HireDate": "sample string 2",
"PhoneNo": "sample string 3",
"FormattedPhoneNo": "sample string 3",
"ManagerName": "sample string 4"
},
{
"HireName": "sample string 1",
"HireDate": "sample string 2",
"PhoneNo": "sample string 3",
"FormattedPhoneNo": "sample string 3",
"ManagerName": "sample string 4"
}
],
"FirstName": "sample string 32",
"LastName": "sample string 33",
"ContractCode": "sample string 34",
"FullName": "sample string 32 sample string 33 - (sample string 10)",
"DisplayName": "sample string 32 sample string 33 - (sample string 10)",
"RefId": 2,
"UserId": 35,
"IsFooter": true,
"HiringLSRStats": {
"RecruitingData": {
"AvgBooked": 1.0,
"AvgShowRatio": 2,
"PushToGroup": 3,
"AvgHires": 4.0,
"PersonalRecruits": 5,
"BookToHire": 6,
"ShowToHire": 7,
"AverageSetsPerWeek": 8.0,
"SettoHireratio": 9.0,
"WebinartoHireratio": 10.0,
"SettoRegisterratio": 11.0,
"RegistertoWebinarratio": 12.0,
"WebinarRetentionratio": 13.0,
"WebinartoQuestionnaireratio": 14.0,
"QuestionnairetoFinalratio": 15.0,
"FinalInterviewShowratio": 16.0,
"FinalInterviewHireratio": 17.0
},
"Licensing": {
"AvgLicense": 1,
"AvgCodes": 2,
"HireToLicense": 3,
"LicensedToCode": 4,
"HireToCode": 5
},
"YTDTotal": {
"TotalBooked": 1,
"TotalHire": 2,
"TotalLicensed": 3,
"TotalCodes": 4,
"TotalPersonalRecruits": 5
},
"Quater1": {
"TotalBooked": 1,
"AvgBooked": 2.0,
"AvgShowRatio": 3,
"AvgPRHires": 4.0,
"AvgPushToGroup": 5,
"AvgHires": 6.0,
"BookToHire": 7,
"ShowToHire": 8,
"AverageSetsPerWeek": 9.0,
"PersonalRecruits": 10.0,
"SettoHireratio": 11.0,
"WebinartoHireratio": 12.0,
"SettoRegisterratio": 13.0,
"RegistertoWebinarratio": 14.0,
"WebinarRetentionratio": 15.0,
"WebinartoQuestionnaireratio": 16.0,
"QuestionnairetoFinalratio": 17.0,
"FinalInterviewShowratio": 18.0,
"FinalInterviewHireratio": 19.0
},
"Quater2": {
"TotalBooked": 1,
"AvgBooked": 2.0,
"AvgShowRatio": 3,
"AvgPRHires": 4.0,
"AvgPushToGroup": 5,
"AvgHires": 6.0,
"BookToHire": 7,
"ShowToHire": 8,
"AverageSetsPerWeek": 9.0,
"PersonalRecruits": 10.0,
"SettoHireratio": 11.0,
"WebinartoHireratio": 12.0,
"SettoRegisterratio": 13.0,
"RegistertoWebinarratio": 14.0,
"WebinarRetentionratio": 15.0,
"WebinartoQuestionnaireratio": 16.0,
"QuestionnairetoFinalratio": 17.0,
"FinalInterviewShowratio": 18.0,
"FinalInterviewHireratio": 19.0
},
"Quater3": {
"TotalBooked": 1,
"AvgBooked": 2.0,
"AvgShowRatio": 3,
"AvgPRHires": 4.0,
"AvgPushToGroup": 5,
"AvgHires": 6.0,
"BookToHire": 7,
"ShowToHire": 8,
"AverageSetsPerWeek": 9.0,
"PersonalRecruits": 10.0,
"SettoHireratio": 11.0,
"WebinartoHireratio": 12.0,
"SettoRegisterratio": 13.0,
"RegistertoWebinarratio": 14.0,
"WebinarRetentionratio": 15.0,
"WebinartoQuestionnaireratio": 16.0,
"QuestionnairetoFinalratio": 17.0,
"FinalInterviewShowratio": 18.0,
"FinalInterviewHireratio": 19.0
},
"Quater4": {
"TotalBooked": 1,
"AvgBooked": 2.0,
"AvgShowRatio": 3,
"AvgPRHires": 4.0,
"AvgPushToGroup": 5,
"AvgHires": 6.0,
"BookToHire": 7,
"ShowToHire": 8,
"AverageSetsPerWeek": 9.0,
"PersonalRecruits": 10.0,
"SettoHireratio": 11.0,
"WebinartoHireratio": 12.0,
"SettoRegisterratio": 13.0,
"RegistertoWebinarratio": 14.0,
"WebinarRetentionratio": 15.0,
"WebinartoQuestionnaireratio": 16.0,
"QuestionnairetoFinalratio": 17.0,
"FinalInterviewShowratio": 18.0,
"FinalInterviewHireratio": 19.0
}
}
}
],
"IsRequestProcessed": true
}