POST api/{version}/MyAccount/FillMyAccountData?StudentId={StudentId}&requestFrom={requestFrom}
Fill all the my profile data
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentId | integer |
Required |
|
| requestFrom | string |
Default value is |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
MyAccount| Name | Description | Type | Additional 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. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.