GET api/Production/GetProductionReport?associateContractId={associateContractId}&productionDate={productionDate}&roleInfo={roleInfo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
associateContractId

integer

Required

productionDate

date

Required

roleInfo

string

Default value is

Body Parameters

None.

Response Information

Resource Description

ProductionReportDTO
NameDescriptionTypeAdditional information
ProductionData

Collection of ProductionReportDetailDTO

None.

StatusSummary

Collection of ProductionReportSummaryDTO

None.

WeekReview

Collection of ProductionReportSummaryDTO

None.

ProductionStats

Collection of ProductionReportDetailDTO

None.

AgentList

Collection of AgentListDTO

None.

Response Formats

application/json, text/json

Sample:
{
  "ProductionData": [
    {
      "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": "2025-10-14T02:42:35.5734017-07:00",
      "ProductionDateString": "10/14/2025",
      "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": "2025-10-14T02:42:35.5734017-07:00",
      "ProductionDateString": "10/14/2025",
      "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
    }
  ],
  "StatusSummary": [
    {
      "SeqNo": 1,
      "Description": "sample string 2",
      "OverSixMonths": 3.0,
      "Total": 4.0,
      "UnderSixMonths": 5.0
    },
    {
      "SeqNo": 1,
      "Description": "sample string 2",
      "OverSixMonths": 3.0,
      "Total": 4.0,
      "UnderSixMonths": 5.0
    }
  ],
  "WeekReview": [
    {
      "SeqNo": 1,
      "Description": "sample string 2",
      "OverSixMonths": 3.0,
      "Total": 4.0,
      "UnderSixMonths": 5.0
    },
    {
      "SeqNo": 1,
      "Description": "sample string 2",
      "OverSixMonths": 3.0,
      "Total": 4.0,
      "UnderSixMonths": 5.0
    }
  ],
  "ProductionStats": [
    {
      "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": "2025-10-14T02:42:35.5734017-07:00",
      "ProductionDateString": "10/14/2025",
      "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": "2025-10-14T02:42:35.5734017-07:00",
      "ProductionDateString": "10/14/2025",
      "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
    }
  ],
  "AgentList": [
    {
      "AgentId": 1,
      "AgentName": "sample string 2",
      "Office": "sample string 3",
      "Phone": "sample string 4",
      "FormattedPhone": "sample string 5",
      "ManagerId": 6,
      "ManagerName": "sample string 7",
      "ManagerPhoneNo": "sample string 8",
      "FormattedManagerPhoneNo": "sample string 9",
      "IsGreaterThanSixMonths": 10,
      "StatusId": 11
    },
    {
      "AgentId": 1,
      "AgentName": "sample string 2",
      "Office": "sample string 3",
      "Phone": "sample string 4",
      "FormattedPhone": "sample string 5",
      "ManagerId": 6,
      "ManagerName": "sample string 7",
      "ManagerPhoneNo": "sample string 8",
      "FormattedManagerPhoneNo": "sample string 9",
      "IsGreaterThanSixMonths": 10,
      "StatusId": 11
    }
  ]
}