POST api/{version}/ProductSubscription/ProcessExtenstionRequest
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
ExtensionRequestBase| Name | Description | Type | Additional information |
|---|---|---|---|
| RegistrationId | integer |
None. |
|
| StudentProductId | integer |
None. |
|
| SubscriptionExtensionId | integer |
None. |
|
| StudentId | integer |
None. |
|
| IsCorpReferral | boolean |
None. |
|
| IsTaxExempted | boolean |
None. |
|
| CorporateId | integer |
None. |
|
| OfferedPackageId | integer |
None. |
|
| IsPayableByCorporate | boolean |
None. |
|
| ExtensionFee | decimal number |
None. |
|
| ExtensionFeeWithoutFeeAdj | decimal number |
None. |
|
| MonthlySubscription | integer |
None. |
|
| Tax | AvalaraTaxInfo |
None. |
|
| ExtensionStudentSubscriptionId | integer |
None. |
|
| ActivatedDate | date |
None. |
|
| EndDate | date |
None. |
|
| StartDate | date |
None. |
|
| AdditionalCharge | decimal number |
None. |
|
| SpecialDiscount | decimal number |
None. |
|
| CorpAdditionDiscount | decimal number |
None. |
|
| CurrentSubscriptionEndDate | date |
None. |
|
| CurrentSubscriptionId | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedByType | string |
None. |
|
| StudentSubscriptionExtensionLogId | integer |
None. |
|
| PaymentId | integer |
None. |
|
| TransactionId | string |
None. |
|
| TransactionMessage | string |
None. |
|
| OrderId | integer |
None. |
|
| FeeAdj | Collection of StudentsFeeAdjustments |
None. |
|
| FeeAdjSum | decimal number |
None. |
|
| SubmitType | string |
None. |
|
| MailContent | string |
None. |
|
| PayByStudent | boolean |
None. |
|
| IsPaymentSuccess | boolean |
None. |
|
| IsIgnoreAVS | boolean |
None. |
|
| DurationInterval | string |
None. |
|
| DurationNumber | integer |
None. |
|
| IsChangeCurrentSubscription | boolean |
None. |
|
| IsVerifyReActivationType | boolean |
None. |
|
| PromocodeId | integer |
None. |
|
| Promocode | string |
None. |
|
| IsRemovePromoCode | boolean |
None. |
|
| IsCorporateExtension | boolean |
None. |
|
| MonthsToExtend | integer |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
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-02T09:48:05.3070344-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-02T09:48:05.3070344-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
}