POST Api/Platform/SendRecruitmentProjects

Request Information

URI Parameters

None.

Body Parameters

RecruitmentProjectsToSendSelectorDto
NameDescriptionTypeAdditional information
EndDateFrom

date

None.

EndDateTo

date

None.

Request Formats

application/json, text/json

Sample:
{
  "endDateFrom": "2024-05-18T07:25:20.9813209+00:00",
  "endDateTo": "2024-05-18T07:25:20.9813209+00:00"
}

multipart/form-data

Sample:
{"endDateFrom":"2024-05-18T07:25:20.9813209+00:00","endDateTo":"2024-05-18T07:25:20.9813209+00:00"}

application/xml, text/xml

Sample:
<RecruitmentProjectsToSendSelectorDto xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <EndDateFrom>2024-05-18T07:25:20.9813209+00:00</EndDateFrom>
  <EndDateTo>2024-05-18T07:25:20.9813209+00:00</EndDateTo>
</RecruitmentProjectsToSendSelectorDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SentJobPositionsStatisticsDto
NameDescriptionTypeAdditional information
TotalAmount

integer

None.

LastId

integer

None.

TimeElapsedInMs

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "totalAmount": 1,
  "lastId": 1,
  "timeElapsedInMs": 2
}

multipart/form-data

Sample:
{"totalAmount":1,"lastId":1,"timeElapsedInMs":2}

application/xml, text/xml

Sample:
<SentJobPositionsStatisticsDto xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <TotalAmount>1</TotalAmount>
  <LastId>1</LastId>
  <TimeElapsedInMs>2</TimeElapsedInMs>
</SentJobPositionsStatisticsDto>