POST api/lms/user/educationprofile
Request Information
URI Parameters
None.
Body Parameters
UpdateEducationProfileModelName | Description | Type | Additional information |
---|---|---|---|
v2_profile_id | integer |
Required |
|
v2_education_profile_id | integer |
Required |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "v2_profile_id": 1, "v2_education_profile_id": 1 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.