POST api/JobSeeker/OpportunityDetail/UpdateResumeSectionNA
Request Information
URI Parameters
None.
Body Parameters
UpdateResumeSectionNAInput| Name | Description | Type | Additional information |
|---|---|---|---|
| SectionName | string |
None. |
|
| SectionValue | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"sectionName": "sample string 1",
"sectionValue": true
}
application/xml, text/xml
Sample:
<UpdateResumeSectionNAInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIService.Models.JobSeeker"> <SectionName>sample string 1</SectionName> <SectionValue>true</SectionValue> </UpdateResumeSectionNAInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.