POST api/job/ai-shortlisting-process/create/{job_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| job_id | integer |
Required |
Body Parameters
RecBackgroundAiShortlistingProcessDTOW| Name | Description | Type | Additional 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": "2026-03-21T22:22:09.4556123+00:00",
"total_cvs": 1,
"complete_date": "2026-03-21T22:22:09.4556123+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>2026-03-21T22:22:09.4556123+00:00</complete_date> <effective_from>2026-03-21T22:22:09.4556123+00:00</effective_from> <total_cvs>1</total_cvs> <total_cvs_analyzed>1</total_cvs_analyzed> </RecBackgroundAiShortlistingProcessDTOW>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.