POST api/JobSeeker/Profile/SaveProfilePublicStatus

Request Information

URI Parameters

None.

Body Parameters

ProfilePublicStatus
NameDescriptionTypeAdditional information
IsPublic

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "isPublic": true
}

application/xml, text/xml

Sample:
<ProfilePublicStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIService.Models.JobSeeker">
  <IsPublic>true</IsPublic>
</ProfilePublicStatus>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ProfileOutput
NameDescriptionTypeAdditional information
FailMessage

string

None.

Success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "failMessage": "sample string 1",
  "success": true
}

application/xml, text/xml

Sample:
<ProfileOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIService.Models.JobSeeker">
  <FailMessage>sample string 1</FailMessage>
  <Success>true</Success>
</ProfileOutput>