POST Api/Application/Message

Sends a message to the recruiter that a new application was created.

Request Information

URI Parameters

None.

Body Parameters

Information about applicant and job.

SendApplicationMessageParameter
NameDescriptionTypeAdditional information
JobId

integer

None.

ApplicantId

integer

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

A status if the application suceeded

SendApplicationMessageResponse
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true
}

application/xml, text/xml

Sample:
<SendApplicationMessageResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eRecruiter.Api.Responses">
  <IsSuccess>true</IsSuccess>
</SendApplicationMessageResponse>