POST api/JobPosts/GetAppliedStatusOfCandidate

Request Information

URI Parameters

None.

Body Parameters

CandidateContact
NameDescriptionTypeAdditional information
Contact

string

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<CandidateContact xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoftbreaksAPI.Models">
  <Contact>sample string 1</Contact>
</CandidateContact>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

OutputBaseClass
NameDescriptionTypeAdditional information
IsCallSuccessful

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IsCallSuccessful": true,
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<OutputBaseClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoftbreaksAPI.Models">
  <IsCallSuccessful>true</IsCallSuccessful>
  <Message>sample string 2</Message>
</OutputBaseClass>