POST api/candidate/profile/about/update

Request Information

URI Parameters

None.

Body Parameters

CandidateProfileController+AboutMeCopy
NameDescriptionTypeAdditional information
AboutMe

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AboutMe": "sample string 1"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.