POST api/{version}/MyAccount/UpdateMyAccount

Update my profile contact information

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

MyAccount
NameDescriptionTypeAdditional information
ContactInformation

Gets or sets contact information

ContactInformation

None.

CourseProductInformation

Gets or sets course product information

Collection of CourseProductInformation

None.

PaymentInformation

Gets or sets payment information

Collection of IMS_StudentPaymentInfo

None.

CardInformation

Gets or sets card information

Collection of IMS_Payments

None.

TotalAmount

Gets or sets total amount

decimal number

None.

IsShowPayment

Gets or sets whether to show payment section

boolean

None.

IsShowAddCard

Gets or sets whether to show add card section

boolean

None.

IsCalendarSubscribed

boolean

None.

IsIncludeClasses

boolean

None.

IsIncludeStudyPlan

boolean

None.

IsDontShowDisableSSO

boolean

None.

UserPreference

UserPreferenceSetting

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

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"
  }
}