POST api/job/ai-shortlisting-process/create/{job_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
job_id

integer

Required

Body Parameters

RecBackgroundAiShortlistingProcessDTOW
NameDescriptionTypeAdditional information
effective_from

date

Required

total_cvs

integer

None.

complete_date

date

None.

total_cvs_analyzed

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "effective_from": "2025-09-07T13:38:59.0554742+00:00",
  "total_cvs": 1,
  "complete_date": "2025-09-07T13:38:59.0554742+00:00",
  "total_cvs_analyzed": 1
}

application/xml, text/xml

Sample:
<RecBackgroundAiShortlistingProcessDTOW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Xceed365EngageApi.core.DTOs.Writable">
  <complete_date>2025-09-07T13:38:59.0554742+00:00</complete_date>
  <effective_from>2025-09-07T13:38:59.0554742+00:00</effective_from>
  <total_cvs>1</total_cvs>
  <total_cvs_analyzed>1</total_cvs_analyzed>
</RecBackgroundAiShortlistingProcessDTOW>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RecBackgroundAiShortlistingProcessDTOW'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.