POST api/MyAccount/ExtendRenewSubscription

Request Information

URI Parameters

None.

Body Parameters

ExtensionRequestBase
NameDescriptionTypeAdditional 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:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'ImsApi.Models.StudentsFeeAdjustments'. Path 'FeeAdj[0].StudentFeeAdjustmentList'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'ImsApi.Models.StudentsFeeAdjustments'. Path 'FeeAdj[0].StudentFeeAdjustmentList'.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ExtensionRequestBase'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>