GET api/Presentation/GetPresentationsStats?month={month}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
month

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

PresentationStatsDTO
NameDescriptionTypeAdditional information
TotalPresentation

integer

None.

TotalALP

decimal number

None.

TotalSales

integer

None.

CloseRation

decimal number

None.

AlpPerSale

decimal number

None.

TotalAHP

decimal number

None.

AhpPerSale

decimal number

None.

TotalReferals

integer

None.

PlusLeadPerPresentation

decimal number

None.

StartTime

date

None.

EndTime

date

None.

TotalTime

decimal number

None.

TimePerPresentation

decimal number

None.

WhatHappen

integer

None.

PresentationTypeId

integer

None.

PresentationSubTypeId

integer

None.

PresentationId

integer

None.

DayWorked

integer

None.

ALPRemaining

decimal number

None.

SelectedPresentationType

PresentationTypeDTO

None.

PresentationTypeChartData

Collection of PresentationPieChartDTO

None.

DispositionChartData

Collection of PresentationPieChartDTO

None.

PresentationSubTypeChartData

Collection of PresentationPieChartDTO

None.

HouseHoldTypeChartData

Collection of PresentationPieChartDTO

None.

PresentationTypeDropDown

Collection of PresentationTypeDTO

None.

PresentationDefaultChart

Collection of integer

None.

PresentationSubTypeCountData

Collection of PresentationCountDTO

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalPresentation": 1,
  "TotalALP": 1.0,
  "TotalSales": 2,
  "CloseRation": 3.0,
  "AlpPerSale": 1.0,
  "TotalAHP": 1.0,
  "AhpPerSale": 1.0,
  "TotalReferals": 1,
  "PlusLeadPerPresentation": 1.0,
  "StartTime": "2025-10-14T05:04:43.6472906-07:00",
  "EndTime": "2025-10-14T05:04:43.6472906-07:00",
  "TotalTime": 4.1,
  "TimePerPresentation": 1.0,
  "WhatHappen": 5,
  "PresentationTypeId": 6,
  "PresentationSubTypeId": 7,
  "PresentationId": 8,
  "DayWorked": 9,
  "ALPRemaining": 19999.0,
  "SelectedPresentationType": {
    "Id": 1,
    "ChangeDate": "2025-10-14T05:04:43.6472906-07:00",
    "CreateDate": "2025-10-14T05:04:43.6472906-07:00",
    "Disabled": true,
    "Name": "sample string 4",
    "NoCostBackgroundImage": "sample string 5",
    "NoCostForegroundImage": "sample string 6",
    "ReportBackgroundImage": "sample string 7",
    "ShortName": "sample string 8",
    "SortOrder": 9,
    "ShowPresentationCode": true,
    "ExcludeCountry": 1,
    "NeedBasicInfo": true,
    "SubTypes": [
      {
        "ChangeDate": "2025-10-14T05:04:43.6472906-07:00",
        "CreateDate": "2025-10-14T05:04:43.6472906-07:00",
        "Disabled": true,
        "Id": 3,
        "Name": "sample string 4",
        "PresentationTypeId": 5,
        "NoCostBackgroundImage": "sample string 6",
        "NoCostForegroundImage": "sample string 7",
        "ReportBackgroundImage": "sample string 8",
        "ShortName": "sample string 9",
        "SortOrder": 10,
        "CountryId": 1
      },
      {
        "ChangeDate": "2025-10-14T05:04:43.6472906-07:00",
        "CreateDate": "2025-10-14T05:04:43.6472906-07:00",
        "Disabled": true,
        "Id": 3,
        "Name": "sample string 4",
        "PresentationTypeId": 5,
        "NoCostBackgroundImage": "sample string 6",
        "NoCostForegroundImage": "sample string 7",
        "ReportBackgroundImage": "sample string 8",
        "ShortName": "sample string 9",
        "SortOrder": 10,
        "CountryId": 1
      }
    ],
    "Protections": [
      {
        "ChangeDate": "2025-10-14T05:04:43.6472906-07:00",
        "ChangedBy": 1,
        "CreateDate": "2025-10-14T05:04:43.6472906-07:00",
        "CreatedBy": 2,
        "Checked": true,
        "Disabled": true,
        "Id": 5,
        "PresentationTypeId": 6,
        "ProtectionId": 7,
        "ProtectionName": "sample string 8"
      },
      {
        "ChangeDate": "2025-10-14T05:04:43.6472906-07:00",
        "ChangedBy": 1,
        "CreateDate": "2025-10-14T05:04:43.6472906-07:00",
        "CreatedBy": 2,
        "Checked": true,
        "Disabled": true,
        "Id": 5,
        "PresentationTypeId": 6,
        "ProtectionId": 7,
        "ProtectionName": "sample string 8"
      }
    ],
    "DefaultPremiumTypeId": 12
  },
  "PresentationTypeChartData": [
    {
      "Title": "sample string 1",
      "Count": 2,
      "ColorHEX": "sample string 3"
    },
    {
      "Title": "sample string 1",
      "Count": 2,
      "ColorHEX": "sample string 3"
    }
  ],
  "DispositionChartData": [
    {
      "Title": "sample string 1",
      "Count": 2,
      "ColorHEX": "sample string 3"
    },
    {
      "Title": "sample string 1",
      "Count": 2,
      "ColorHEX": "sample string 3"
    }
  ],
  "PresentationSubTypeChartData": [
    {
      "Title": "sample string 1",
      "Count": 2,
      "ColorHEX": "sample string 3"
    },
    {
      "Title": "sample string 1",
      "Count": 2,
      "ColorHEX": "sample string 3"
    }
  ],
  "HouseHoldTypeChartData": [
    {
      "Title": "sample string 1",
      "Count": 2,
      "ColorHEX": "sample string 3"
    },
    {
      "Title": "sample string 1",
      "Count": 2,
      "ColorHEX": "sample string 3"
    }
  ],
  "PresentationTypeDropDown": [
    {
      "Id": 1,
      "ChangeDate": "2025-10-14T05:04:43.6472906-07:00",
      "CreateDate": "2025-10-14T05:04:43.6472906-07:00",
      "Disabled": true,
      "Name": "sample string 4",
      "NoCostBackgroundImage": "sample string 5",
      "NoCostForegroundImage": "sample string 6",
      "ReportBackgroundImage": "sample string 7",
      "ShortName": "sample string 8",
      "SortOrder": 9,
      "ShowPresentationCode": true,
      "ExcludeCountry": 1,
      "NeedBasicInfo": true,
      "SubTypes": [
        {
          "ChangeDate": "2025-10-14T05:04:43.6472906-07:00",
          "CreateDate": "2025-10-14T05:04:43.6472906-07:00",
          "Disabled": true,
          "Id": 3,
          "Name": "sample string 4",
          "PresentationTypeId": 5,
          "NoCostBackgroundImage": "sample string 6",
          "NoCostForegroundImage": "sample string 7",
          "ReportBackgroundImage": "sample string 8",
          "ShortName": "sample string 9",
          "SortOrder": 10,
          "CountryId": 1
        },
        {
          "ChangeDate": "2025-10-14T05:04:43.6472906-07:00",
          "CreateDate": "2025-10-14T05:04:43.6472906-07:00",
          "Disabled": true,
          "Id": 3,
          "Name": "sample string 4",
          "PresentationTypeId": 5,
          "NoCostBackgroundImage": "sample string 6",
          "NoCostForegroundImage": "sample string 7",
          "ReportBackgroundImage": "sample string 8",
          "ShortName": "sample string 9",
          "SortOrder": 10,
          "CountryId": 1
        }
      ],
      "Protections": [
        {
          "ChangeDate": "2025-10-14T05:04:43.6472906-07:00",
          "ChangedBy": 1,
          "CreateDate": "2025-10-14T05:04:43.6472906-07:00",
          "CreatedBy": 2,
          "Checked": true,
          "Disabled": true,
          "Id": 5,
          "PresentationTypeId": 6,
          "ProtectionId": 7,
          "ProtectionName": "sample string 8"
        },
        {
          "ChangeDate": "2025-10-14T05:04:43.6472906-07:00",
          "ChangedBy": 1,
          "CreateDate": "2025-10-14T05:04:43.6472906-07:00",
          "CreatedBy": 2,
          "Checked": true,
          "Disabled": true,
          "Id": 5,
          "PresentationTypeId": 6,
          "ProtectionId": 7,
          "ProtectionName": "sample string 8"
        }
      ],
      "DefaultPremiumTypeId": 12
    },
    {
      "Id": 1,
      "ChangeDate": "2025-10-14T05:04:43.6472906-07:00",
      "CreateDate": "2025-10-14T05:04:43.6472906-07:00",
      "Disabled": true,
      "Name": "sample string 4",
      "NoCostBackgroundImage": "sample string 5",
      "NoCostForegroundImage": "sample string 6",
      "ReportBackgroundImage": "sample string 7",
      "ShortName": "sample string 8",
      "SortOrder": 9,
      "ShowPresentationCode": true,
      "ExcludeCountry": 1,
      "NeedBasicInfo": true,
      "SubTypes": [
        {
          "ChangeDate": "2025-10-14T05:04:43.6472906-07:00",
          "CreateDate": "2025-10-14T05:04:43.6472906-07:00",
          "Disabled": true,
          "Id": 3,
          "Name": "sample string 4",
          "PresentationTypeId": 5,
          "NoCostBackgroundImage": "sample string 6",
          "NoCostForegroundImage": "sample string 7",
          "ReportBackgroundImage": "sample string 8",
          "ShortName": "sample string 9",
          "SortOrder": 10,
          "CountryId": 1
        },
        {
          "ChangeDate": "2025-10-14T05:04:43.6472906-07:00",
          "CreateDate": "2025-10-14T05:04:43.6472906-07:00",
          "Disabled": true,
          "Id": 3,
          "Name": "sample string 4",
          "PresentationTypeId": 5,
          "NoCostBackgroundImage": "sample string 6",
          "NoCostForegroundImage": "sample string 7",
          "ReportBackgroundImage": "sample string 8",
          "ShortName": "sample string 9",
          "SortOrder": 10,
          "CountryId": 1
        }
      ],
      "Protections": [
        {
          "ChangeDate": "2025-10-14T05:04:43.6472906-07:00",
          "ChangedBy": 1,
          "CreateDate": "2025-10-14T05:04:43.6472906-07:00",
          "CreatedBy": 2,
          "Checked": true,
          "Disabled": true,
          "Id": 5,
          "PresentationTypeId": 6,
          "ProtectionId": 7,
          "ProtectionName": "sample string 8"
        },
        {
          "ChangeDate": "2025-10-14T05:04:43.6472906-07:00",
          "ChangedBy": 1,
          "CreateDate": "2025-10-14T05:04:43.6472906-07:00",
          "CreatedBy": 2,
          "Checked": true,
          "Disabled": true,
          "Id": 5,
          "PresentationTypeId": 6,
          "ProtectionId": 7,
          "ProtectionName": "sample string 8"
        }
      ],
      "DefaultPremiumTypeId": 12
    }
  ],
  "PresentationDefaultChart": [
    1,
    1
  ],
  "PresentationSubTypeCountData": [
    {
      "Id": 1,
      "Count": 2
    },
    {
      "Id": 1,
      "Count": 2
    }
  ]
}