POST api/{version}/MyAccount/UpdateMyAccount
Update my profile contact information
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
MyAccount| Name | Description | Type | Additional 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:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ReturnResult| Name | Description | Type | Additional 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"
}
}