POST Api/Platform/SendCandidateContractStatuses

Request Information

URI Parameters

None.

Body Parameters

CandidateContractStatusesToSendSelectorDto
NameDescriptionTypeAdditional information
ContractProfileCreatedOnFrom

date

None.

ContractProfileCreatedOnTo

date

None.

BatchSize

integer

Required

Range: inclusive between 1 and 1000

Request Formats

application/json, text/json

Sample:
{
  "contractProfileCreatedOnFrom": "2024-05-18T08:06:40.8599571+00:00",
  "contractProfileCreatedOnTo": "2024-05-18T08:06:40.8599571+00:00",
  "batchSize": 2
}

multipart/form-data

Sample:
{"contractProfileCreatedOnFrom":"2024-05-18T08:06:40.8599571+00:00","contractProfileCreatedOnTo":"2024-05-18T08:06:40.8599571+00:00","batchSize":2}

application/xml, text/xml

Sample:
<CandidateContractStatusesToSendSelectorDto xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ContractProfileCreatedOnFrom>2024-05-18T08:06:40.8599571+00:00</ContractProfileCreatedOnFrom>
  <ContractProfileCreatedOnTo>2024-05-18T08:06:40.8599571+00:00</ContractProfileCreatedOnTo>
  <BatchSize>2</BatchSize>
</CandidateContractStatusesToSendSelectorDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SentCandidatesStatisticsDto
NameDescriptionTypeAdditional information
TotalAmount

integer

None.

LastId

globally unique identifier

None.

TimeElapsedInMs

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "totalAmount": 1,
  "lastId": "7145388d-a024-4216-9835-9415c7f64b05",
  "timeElapsedInMs": 2
}

multipart/form-data

Sample:
{"totalAmount":1,"lastId":"7145388d-a024-4216-9835-9415c7f64b05","timeElapsedInMs":2}

application/xml, text/xml

Sample:
<SentCandidatesStatisticsDto xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <TotalAmount>1</TotalAmount>
  <LastId>7145388d-a024-4216-9835-9415c7f64b05</LastId>
  <TimeElapsedInMs>2</TimeElapsedInMs>
</SentCandidatesStatisticsDto>