GET api/ProductSubscriptions/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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:34:20.6660414+00:00",
"active": true,
"periodInMonths": 9,
"payPalPlanID": "sample string 10"
}