GET api/HpPro/GetAllPresentationTypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PresentationTypeDTO
NameDescriptionTypeAdditional information
Id

integer

None.

ChangeDate

date

None.

CreateDate

date

None.

Disabled

boolean

None.

Name

string

None.

NoCostBackgroundImage

string

None.

NoCostForegroundImage

string

None.

ReportBackgroundImage

string

None.

ShortName

string

None.

SortOrder

integer

None.

ShowPresentationCode

boolean

None.

ExcludeCountry

integer

None.

NeedBasicInfo

boolean

None.

SubTypes

Collection of PresentationSubTypeDTO

None.

Protections

Collection of PresentationProtectionDTO

None.

DefaultPremiumTypeId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "ChangeDate": "2025-10-14T00:40:27.8534281-07:00",
    "CreateDate": "2025-10-14T00:40:27.8534281-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-14T00:40:27.8534281-07:00",
        "CreateDate": "2025-10-14T00:40:27.8534281-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-14T00:40:27.8534281-07:00",
        "CreateDate": "2025-10-14T00:40:27.8534281-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-14T00:40:27.8534281-07:00",
        "ChangedBy": 1,
        "CreateDate": "2025-10-14T00:40:27.8534281-07:00",
        "CreatedBy": 2,
        "Checked": true,
        "Disabled": true,
        "Id": 5,
        "PresentationTypeId": 6,
        "ProtectionId": 7,
        "ProtectionName": "sample string 8"
      },
      {
        "ChangeDate": "2025-10-14T00:40:27.8534281-07:00",
        "ChangedBy": 1,
        "CreateDate": "2025-10-14T00:40:27.8534281-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-14T00:40:27.8534281-07:00",
    "CreateDate": "2025-10-14T00:40:27.8534281-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-14T00:40:27.8534281-07:00",
        "CreateDate": "2025-10-14T00:40:27.8534281-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-14T00:40:27.8534281-07:00",
        "CreateDate": "2025-10-14T00:40:27.8534281-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-14T00:40:27.8534281-07:00",
        "ChangedBy": 1,
        "CreateDate": "2025-10-14T00:40:27.8534281-07:00",
        "CreatedBy": 2,
        "Checked": true,
        "Disabled": true,
        "Id": 5,
        "PresentationTypeId": 6,
        "ProtectionId": 7,
        "ProtectionName": "sample string 8"
      },
      {
        "ChangeDate": "2025-10-14T00:40:27.8534281-07:00",
        "ChangedBy": 1,
        "CreateDate": "2025-10-14T00:40:27.8534281-07:00",
        "CreatedBy": 2,
        "Checked": true,
        "Disabled": true,
        "Id": 5,
        "PresentationTypeId": 6,
        "ProtectionId": 7,
        "ProtectionName": "sample string 8"
      }
    ],
    "DefaultPremiumTypeId": 12
  }
]