GET api/licenses/prices

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LicensePriceData
NameDescriptionTypeAdditional information
ID

integer

None.

AppID

globally unique identifier

None.

Title

string

None.

Description

string

None.

ImageUrl

string

None.

Months

integer

None.

MonthlyPrice

decimal number

None.

MonthlyRegularPrice

decimal number

None.

ExpirationDate

date

None.

EcommercePrice

decimal number

None.

ProductionPrice

decimal number

None.

ExtraTerminal

decimal number

None.

CustomDomain

decimal number

None.

CreatedOn

date

None.

ApplicationDiscount

decimal number

None.

PercentageDiscount

decimal number

None.

TotalDiscount

decimal number

None.

TotalPrice

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "AppID": "2691d3f6-82e7-442a-a041-e8f4debe4914",
    "Title": "sample string 1",
    "Description": "sample string 2",
    "ImageUrl": "sample string 3",
    "Months": 1,
    "MonthlyPrice": 1.0,
    "MonthlyRegularPrice": 1.0,
    "ExpirationDate": "2025-08-02T19:23:39.8268688+00:00",
    "EcommercePrice": 1.0,
    "ProductionPrice": 1.0,
    "ExtraTerminal": 1.0,
    "CustomDomain": 1.0,
    "CreatedOn": "2025-08-02T19:23:39.8268688+00:00",
    "ApplicationDiscount": 1.0,
    "PercentageDiscount": 1.0,
    "TotalDiscount": 2.0,
    "TotalPrice": 1.0
  },
  {
    "ID": 1,
    "AppID": "2691d3f6-82e7-442a-a041-e8f4debe4914",
    "Title": "sample string 1",
    "Description": "sample string 2",
    "ImageUrl": "sample string 3",
    "Months": 1,
    "MonthlyPrice": 1.0,
    "MonthlyRegularPrice": 1.0,
    "ExpirationDate": "2025-08-02T19:23:39.8268688+00:00",
    "EcommercePrice": 1.0,
    "ProductionPrice": 1.0,
    "ExtraTerminal": 1.0,
    "CustomDomain": 1.0,
    "CreatedOn": "2025-08-02T19:23:39.8268688+00:00",
    "ApplicationDiscount": 1.0,
    "PercentageDiscount": 1.0,
    "TotalDiscount": 2.0,
    "TotalPrice": 1.0
  }
]

text/xml

Sample:
<ArrayOfLicensePriceData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.Administrator">
  <LicensePriceData>
    <AppID>2691d3f6-82e7-442a-a041-e8f4debe4914</AppID>
    <ApplicationDiscount>1</ApplicationDiscount>
    <CreatedOn>2025-08-02T19:23:39.8268688+00:00</CreatedOn>
    <CustomDomain>1</CustomDomain>
    <Description>sample string 2</Description>
    <EcommercePrice>1</EcommercePrice>
    <ExpirationDate>2025-08-02T19:23:39.8268688+00:00</ExpirationDate>
    <ExtraTerminal>1</ExtraTerminal>
    <ID>1</ID>
    <ImageUrl>sample string 3</ImageUrl>
    <MonthlyPrice>1</MonthlyPrice>
    <MonthlyRegularPrice>1</MonthlyRegularPrice>
    <Months>1</Months>
    <PercentageDiscount>1</PercentageDiscount>
    <ProductionPrice>1</ProductionPrice>
    <Title>sample string 1</Title>
  </LicensePriceData>
  <LicensePriceData>
    <AppID>2691d3f6-82e7-442a-a041-e8f4debe4914</AppID>
    <ApplicationDiscount>1</ApplicationDiscount>
    <CreatedOn>2025-08-02T19:23:39.8268688+00:00</CreatedOn>
    <CustomDomain>1</CustomDomain>
    <Description>sample string 2</Description>
    <EcommercePrice>1</EcommercePrice>
    <ExpirationDate>2025-08-02T19:23:39.8268688+00:00</ExpirationDate>
    <ExtraTerminal>1</ExtraTerminal>
    <ID>1</ID>
    <ImageUrl>sample string 3</ImageUrl>
    <MonthlyPrice>1</MonthlyPrice>
    <MonthlyRegularPrice>1</MonthlyRegularPrice>
    <Months>1</Months>
    <PercentageDiscount>1</PercentageDiscount>
    <ProductionPrice>1</ProductionPrice>
    <Title>sample string 1</Title>
  </LicensePriceData>
</ArrayOfLicensePriceData>