apply_joborder

(CATS API 2.0)

When provided with the responses from get_joborder_applications, this function performs all necessary legwork for processing a candidate's application to a job order: adding the candidate record, adding the candidate to the pipeline, processing any application triggers, processing workflow triggers, adding attachments, adding activity logs, storing application responses and sending email notifications to the new applicant,the joborder owner or anyone else specified (if enabled). Because the questions are dynamic, they can't be specified here as parameters. Each question in get_joborder_applications has an id attribute which should be provided to this function as a parameter with the user input value.


[ List of API Functions ] [ CATS Developer Forum ] [ Frequently Asked Questions ]

Base URL
https://[subdomain].catsone.nl/api/apply_joborder?transaction_code=[code]
[subdomain]: This is the company ID that you created when you signed-up. It will appear on the upper left when logged into CATS.
[transaction_code]: Create and manage transaction codes from within CATS by logging in and clicking on the "Settings" tab, then "User Management" (in the blue bar).
Parameters
Note that parameters can be transmitted through the GET or POST specifications in accordance with HTTP 1.1.

Example using GET: [Base URL]?[parameter]=[value]

Required Parameter Description Type Size
  id ID # of the job order record. number  
Example Form
subdomain
transaction_code
id

ID # of the job order record.

Copyright ©2010 CATS Software, Inc. All rights reserved.