POST api/Publish/CandidateApplicationStatusUpdate

Request Information

URI Parameters

None.

Body Parameters

JobApplicationStatusModel
NameDescriptionTypeAdditional information
DBNo

integer

None.

AppNo

integer

None.

JobAD_BufferID

integer

None.

Job_Ad_PublishHistoryID

integer

None.

JobAD_AppliedID

integer

None.

DisplayType

boolean

None.

Status

string

None.

Notes

string

None.

InterviewDate

date

None.

InterviewTime

date

None.

InterviewDateCandidate

date

None.

InterviewTimeCandidate

date

None.

RejectReasonArr

Collection of RejectReasonModel

None.

Comments

string

None.

CandidateUserProfileID

integer

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

LogId

integer

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

Request Formats

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

Sample:

Sample not available.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
Status

ResultStatus

None.

Message

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 100,
  "Message": "sample string 1",
  "Data": {}
}

application/xml, text/xml

Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.Generics">
  <Data />
  <Message>sample string 1</Message>
  <Status>Success</Status>
</Result>