GET api/ProductSubscriptions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ProductSubscription| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
Required |
|
| Sku | string |
Required |
|
| ShortDescription | string |
None. |
|
| Description | string |
None. |
|
| Price | decimal number |
Required |
|
| Created | date |
None. |
|
| Active | boolean |
None. |
|
| PeriodInMonths | integer |
Required |
|
| PayPalPlanID | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"name": "sample string 2",
"sku": "sample string 3",
"shortDescription": "sample string 4",
"description": "sample string 5",
"price": 6.0,
"created": "2026-02-22T14:33:05.7910371+00:00",
"active": true,
"periodInMonths": 9,
"payPalPlanID": "sample string 10"
},
{
"id": 1,
"name": "sample string 2",
"sku": "sample string 3",
"shortDescription": "sample string 4",
"description": "sample string 5",
"price": 6.0,
"created": "2026-02-22T14:33:05.7910371+00:00",
"active": true,
"periodInMonths": 9,
"payPalPlanID": "sample string 10"
}
]