GET api/licenses/prices
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LicensePriceData| Name | Description | Type | Additional 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": "17efa632-88e5-4993-824b-d7e72efa2f9e",
"Title": "sample string 1",
"Description": "sample string 2",
"ImageUrl": "sample string 3",
"Months": 1,
"MonthlyPrice": 1.0,
"MonthlyRegularPrice": 1.0,
"ExpirationDate": "2026-02-04T03:01:31.7001685+00:00",
"EcommercePrice": 1.0,
"ProductionPrice": 1.0,
"ExtraTerminal": 1.0,
"CustomDomain": 1.0,
"CreatedOn": "2026-02-04T03:01:31.7001685+00:00",
"ApplicationDiscount": 1.0,
"PercentageDiscount": 1.0,
"TotalDiscount": 2.0,
"TotalPrice": 1.0
},
{
"ID": 1,
"AppID": "17efa632-88e5-4993-824b-d7e72efa2f9e",
"Title": "sample string 1",
"Description": "sample string 2",
"ImageUrl": "sample string 3",
"Months": 1,
"MonthlyPrice": 1.0,
"MonthlyRegularPrice": 1.0,
"ExpirationDate": "2026-02-04T03:01:31.7001685+00:00",
"EcommercePrice": 1.0,
"ProductionPrice": 1.0,
"ExtraTerminal": 1.0,
"CustomDomain": 1.0,
"CreatedOn": "2026-02-04T03:01:31.7001685+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>17efa632-88e5-4993-824b-d7e72efa2f9e</AppID>
<ApplicationDiscount>1</ApplicationDiscount>
<CreatedOn>2026-02-04T03:01:31.7001685+00:00</CreatedOn>
<CustomDomain>1</CustomDomain>
<Description>sample string 2</Description>
<EcommercePrice>1</EcommercePrice>
<ExpirationDate>2026-02-04T03:01:31.7001685+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>17efa632-88e5-4993-824b-d7e72efa2f9e</AppID>
<ApplicationDiscount>1</ApplicationDiscount>
<CreatedOn>2026-02-04T03:01:31.7001685+00:00</CreatedOn>
<CustomDomain>1</CustomDomain>
<Description>sample string 2</Description>
<EcommercePrice>1</EcommercePrice>
<ExpirationDate>2026-02-04T03:01:31.7001685+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>