POST api/MyAccount/UpdateCourseRegInfo

update my profile registration information

Request Information

URI Parameters

None.

Body Parameters

MyAccount
NameDescriptionTypeAdditional information
ContactInformation

ContactInformation

None.

CourseProductInformation

Collection of CourseProductInformation

None.

PaymentInformation

Collection of IMS_StudentPaymentInfo

None.

CardInformation

Collection of IMS_Payments

None.

TotalAmount

decimal number

None.

IsShowPayment

boolean

None.

IsShowAddCard

boolean

None.

IsCalendarSubscribed

boolean

None.

IsIncludeClasses

boolean

None.

IsIncludeStudyPlan

boolean

None.

IsDontShowDisableSSO

boolean

None.

UserPreference

UserPreferenceSetting

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.CustomFormField'. Path 'ContactInformation.customForm.ListCustomFormField[0].Options'.

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.CustomFormField'. Path 'ContactInformation.customForm.ListCustomFormField[0].Options'.

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

Response Information

Resource Description

ReturnResult
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

AdditionalData

Object

None.

ObjAppResponseMessage

Gets or sets the mobile App response message

AppResponseMessage

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": "sample string 2",
  "AdditionalData": {},
  "ObjAppResponseMessage": {
    "Status": true,
    "Message": "sample string 2",
    "AdditionalData": "sample string 3"
  }
}