Programmatically Create Requisition



Hello all,

I was wondering if anyone has a resource for how to create a requisition through an API.

I have not been able to find documentation for it on this site just yet.

Thanks for your help,
Eric

Submitted by iCIMSUNIFIL on February 05, 2021 Permalink

This functionality can be found here:
https://developer.icims.com/REST-API/Object-Types-Commands/Profiles

I believe that it was that a Job is considered a profile that threw me off.

Submitted by iCIMSUNIFIL on April 26, 2021 Permalink

Hi Eric,
I'm a new user in the developer platform but a long time user of iCIMS. Based on my reading today I believe you were looking at "Position Management" which allows jobs to be created but comes from the HCM.

https://developer.icims.com/human-capital-management-hcm#tab-positionmanagement

Thanks,
Rob

Submitted by iCIMSUNIFIL on May 04, 2021 Permalink

A requisition and a job are the same thing in iCIMS. rollins1 is correct, it is a job profile. A POST request using the Profiles endpoint with the required data will create a requisition/job. Position Management under the standard Human Capital Management (HCM) integration describes how creating and updating jobs fits within the workflow for a standard HCM integration as well as provides an example on how to create a job.

(edited) Last Updated: December 12, 2024, 8:18 PM