POST api/lms/user/educationprofile

Request Information

URI Parameters

None.

Body Parameters

UpdateEducationProfileModel
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.