POST api/candidate/profile/about/update
Request Information
URI Parameters
None.
Body Parameters
CandidateProfileController+AboutMeCopy| Name | Description | Type | Additional information |
|---|---|---|---|
| AboutMe | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AboutMe": "sample string 1"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.