POST api/Recruitment/createActivityApi

Request Information

URI Parameters

None.

Body Parameters

ActivitiyParam
NameDescriptionTypeAdditional information
JobId

string

None.

CandidateId

integer

None.

IsScheduledCall

boolean

None.

ScheduledCallDate

string

None.

ScheduledCallTime

string

None.

ScheduledCallReminderTime

string

None.

Comment

string

None.

device_id

string

None.

ActivityFilter

integer

None.

CurUserName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "JobId": "sample string 1",
  "CandidateId": 2,
  "IsScheduledCall": true,
  "ScheduledCallDate": "sample string 4",
  "ScheduledCallTime": "sample string 5",
  "ScheduledCallReminderTime": "sample string 6",
  "Comment": "sample string 7",
  "device_id": "sample string 8",
  "ActivityFilter": 9,
  "CurUserName": "sample string 10"
}

application/xml, text/xml

Sample:
<ActivitiyParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRMSWebApi.Models">
  <ActivityFilter>9</ActivityFilter>
  <CandidateId>2</CandidateId>
  <Comment>sample string 7</Comment>
  <CurUserName>sample string 10</CurUserName>
  <IsScheduledCall>true</IsScheduledCall>
  <JobId>sample string 1</JobId>
  <ScheduledCallDate>sample string 4</ScheduledCallDate>
  <ScheduledCallReminderTime>sample string 6</ScheduledCallReminderTime>
  <ScheduledCallTime>sample string 5</ScheduledCallTime>
  <device_id>sample string 8</device_id>
</ActivitiyParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.