POST api/MyAccount/GetSubscriptionExtension?StudentId={StudentId}&RegistrationId={RegistrationId}&SubScriptionConfirmationMessgae={SubScriptionConfirmationMessgae}
Get GetSubscription Renew Extension
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentId | integer |
Required |
|
| RegistrationId | integer |
Required |
|
| SubScriptionConfirmationMessgae | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SubscriptionExtensionPlan| Name | Description | Type | Additional information |
|---|---|---|---|
| PeriodId | integer |
None. |
|
| CourseId | integer |
None. |
|
| CenterId | integer |
None. |
|
| CoursePartId | integer |
None. |
|
| CourseRepeatTypeId | integer |
None. |
|
| CourseAmount | decimal number |
None. |
|
| OfferedMonthlyCourseAccess | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| SubScriptionConfirmationMessgae | string |
None. |
|
| CurrentCenterName | string |
None. |
|
| CardNumber | string |
None. |
|
| TaxAmount | decimal number |
None. |
|
| ErrorResponse | string |
None. |
|
| IsTaxExempted | boolean |
None. |
|
| ExtensionProcessDate | string |
None. |
|
| CourseRemainingDays | integer |
None. |
|
| ProductType | string |
None. |
|
| ShowOnlineClassNotes | boolean |
None. |
|
| ExtensionBannerMessage | string |
None. |
|
| IsShowCurrentSubscriptionSection | boolean |
None. |
|
| ExtensionList | Collection of SubscriptionExtension |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExtensionList": [
{
"ExtensionPlanId": 1,
"ExtensionName": "sample string 2",
"MonthlyCourseAccess": 3,
"Amount": 4.1,
"Status": true,
"IsUsed": true,
"TaxAmount": 7.0,
"ErrorResponse": "sample string 8",
"DeliveryMode": "sample string 9",
"EffectiveFrom": "2026-04-02T23:48:43.1839497-04:00",
"DurationInterval": "sample string 11",
"DurationNumber": 12,
"ExtensionDays": 13,
"ExtensionDuration": "sample string 14",
"CourseRemainingDays": 15,
"IsPromoCodeApplicable": true
},
{
"ExtensionPlanId": 1,
"ExtensionName": "sample string 2",
"MonthlyCourseAccess": 3,
"Amount": 4.1,
"Status": true,
"IsUsed": true,
"TaxAmount": 7.0,
"ErrorResponse": "sample string 8",
"DeliveryMode": "sample string 9",
"EffectiveFrom": "2026-04-02T23:48:43.1839497-04:00",
"DurationInterval": "sample string 11",
"DurationNumber": 12,
"ExtensionDays": 13,
"ExtensionDuration": "sample string 14",
"CourseRemainingDays": 15,
"IsPromoCodeApplicable": true
}
],
"PeriodId": 1,
"CourseId": 2,
"CenterId": 3,
"CoursePartId": 4,
"CourseRepeatTypeId": 5,
"CourseAmount": 6.1,
"OfferedMonthlyCourseAccess": 7,
"ErrorMessage": "sample string 8",
"SubScriptionConfirmationMessgae": "sample string 9",
"CurrentCenterName": "sample string 10",
"CardNumber": "sample string 11",
"TaxAmount": 12.0,
"ErrorResponse": "sample string 13",
"IsTaxExempted": true,
"ExtensionProcessDate": "sample string 15",
"CourseRemainingDays": 16,
"ProductType": "sample string 17",
"ShowOnlineClassNotes": true,
"ExtensionBannerMessage": "sample string 19",
"IsShowCurrentSubscriptionSection": true
}