POST me-eo/resume?ClientId={ClientId}
Update resume detail for Logged-in User
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId |
ClientId |
string |
Required |
Body Parameters
Resume Request object
| Name | Description | Type | Additional information |
|---|---|---|---|
| Text | string |
Required |
|
| IsSearchAllow | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Text": "sample string 1",
"IsSearchAllow": true
}
application/xml, text/xml
Sample:
<ResumeRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Text>sample string 1</Text> <IsSearchAllow>true</IsSearchAllow> </ResumeRequest>
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Text | string |
Required |
|
| IsSearchAllow | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Text": "sample string 1",
"IsSearchAllow": true
}
application/xml, text/xml
Sample:
<ResumeRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Text>sample string 1</Text> <IsSearchAllow>true</IsSearchAllow> </ResumeRequest>