POST api/UpgradePlan/ComboDiscountNotes

To get the combo center discount notes

Request Information

URI Parameters

None.

Body Parameters

CommonParameterModel
NameDescriptionTypeAdditional information
PeriodId

integer

None.

CourseId

integer

None.

CenterId

integer

None.

Type

string

None.

Online

boolean

None.

Ondemand

boolean

None.

courserepeatTypeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PeriodId": 1,
  "CourseId": 2,
  "CenterId": 3,
  "Type": "sample string 4",
  "Online": true,
  "Ondemand": true,
  "courserepeatTypeId": 7
}

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 'CommonParameterModel'.

Response Information

Resource Description

CourseRegistrationInfo
NameDescriptionTypeAdditional information
CourseDisciplineId

integer

None.

ResellerId

integer

None.

CourseId

integer

None.

PeriodId

integer

None.

CenterId

integer

None.

StateId

integer

None.

CourseName

string

None.

PeriodName

string

None.

CenterName

string

None.

CourseRepeatName

string

None.

DepthSubject

integer

None.

PEExamBefore

string

None.

RegSource

integer

None.

TotalFee

decimal number

None.

TotalFeeWithTax

decimal number

None.

CourseFee

decimal number

None.

IsOnline

boolean

None.

IsOndemand

boolean

None.

RegistrationId

integer

None.

StudentId

integer

None.

RegistrationType

string

None.

RegStatus

boolean

None.

RegDate

date

None.

Notes

string

None.

RefFirstName

string

None.

RefLastName

string

None.

RefStudentId

integer

None.

ClassCoordinator

boolean

None.

RegisteredBy

string

None.

RegistrationMode

integer

None.

OldRegistrationId

integer

None.

ComboRegistrationId

integer

None.

ComboPeriodId

integer

None.

ComboCourseId

integer

None.

ComboCenterId

integer

None.

ComboRegistrationType

string

None.

RegCoursePartList

Collection of RegCourseParts

None.

RegSourceList

Collection of RegSource

None.

ActivatedDate

date

None.

CourseStartDate

date

None.

PromoCodeDurationId

integer

None.

PromoCodeActualValue

decimal number

None.

PromoCodeAdjustedValue

decimal number

None.

PromoCodeFinalValue

decimal number

None.

ManualProcessDateCrossed

boolean

None.

AutoProcessDateCrossed

boolean

None.

ImmediateProcessAmount

decimal number

None.

HasPartialPayment

boolean

None.

RemainingPartialPaymentAmount

decimal number

None.

TrackingId

integer

None.

CurrentSubscriptionId

integer

None.

AllowAccess

boolean

None.

PromoCodeName

string

None.

PromoCodePercentage

string

None.

PolicyId

integer

None.

PolicyFileName

string

None.

PolicyName

string

None.

PolicyType

string

None.

PolicyContent

string

None.

RegisteredComboDiscountDetails

RegisteredComboDiscount

None.

Status

boolean

None.

CancellationFee

decimal number

None.

CancellationDate

date

None.

CourseRepeatTypeId

integer

None.

IsRegistered

boolean

None.

ActualFee

decimal number

None.

FinalPrice

decimal number

None.

OriginalPrice

decimal number

None.

ActualFeeWithPromocode

decimal number

None.

AutoProcessStartDate

date

None.

ManualProcessStartDate

date

None.

PolicyFile

PolicyFile

None.

CenterType

string

None.

IsAutoRenewalSubscription

boolean

None.

IsPreview

boolean

None.

ProcessValue

decimal number

None.

IsPercentage

boolean

None.

ItemLevelNotes

string

None.

ListCenterFee

Collection of CenterFee

None.

ListCenterDiscount

Collection of CenterDiscount

None.

CenterFeeDetails

CenterFee

None.

CenterDiscountDetails

CenterDiscount

None.

ScheduleStartDate

string

None.

ScheduleEndDate

string

None.

ShowScheduleOnWebPage

boolean

None.

DontDisplayOnline

boolean

None.

PeriodNameForStudents

string

None.

IsOnsite

boolean

None.

HasRegistration

boolean

None.

ComboDiscountAmount

decimal number

None.

SelectedCenterName

string

None.

TootlTipMessage

string

None.

ScheduleDetailsModel

ScheduleDetailsModel

None.

FeeNotesModel

FeeNotesModel

None.

CorporateCodeDetails

CorporateCodeInfo

None.

PaidAmount

decimal number

None.

TransferCourseDueAmount

decimal number

None.

CorporateCenterFee

decimal number

None.

isUpgradeAndCorporateFeeAdded

boolean

None.

SwapCourseAlreadyPaidAmount

decimal number

None.

PromotionalDiscountInfo

PromotionalDiscount

None.

DeliveryMode

string

None.

ListPromotionalDiscountInfo

Collection of PromotionalDiscount

None.

OfferedPackageId

integer

None.

subscriptionDetails

Collection of SubscriptionDetails

None.

CartId

string

None.

IsMorePopular

boolean

None.

FreeProductDetail

Collection of ProductDetail

None.

offeredFreeProducts

Collection of StudentProducts

None.

ContactSchoolofpe

boolean

None.

StudentProductId

integer

None.

IsAddedInCart

boolean

None.

PurchasedOrderId

integer

None.

CenterDescription

string

None.

BundleRegistrationId

integer

None.

BundlePeriodId

integer

None.

BundleCourseId

integer

None.

BundleCenterId

integer

None.

BundleCourseRepeatTypeId

integer

None.

TaxAmount

decimal number

None.

IsTaxApplicable

boolean

None.

ItemCode

string

None.

IsSubscription

boolean

None.

StudentOrderItemTaxInfoId

integer

None.

TaxableFee

decimal number

None.

CollectedTaxAmount

decimal number

None.

LstAdditionalDiscounts

Collection of Discounts

None.

SalesPersonId

integer

None.

TaxSplitTotalFee

decimal number

None.

OrderItemTaxInfoId

integer

None.

Response 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 'offeredFreeProducts[0].FeeAdjustmentList[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 'offeredFreeProducts[0].FeeAdjustmentList[0].StudentFeeAdjustmentList'.