update_candidate

(CATS API 2.0)

Updates a candidate record and optionally adds an attachment.


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

Base URL
https://[subdomain].catsone.nl/api/update_candidate?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
YES id ID # of the record. string  
  file Attachment sent over HTTP 1.1 POST specifications. file  
  is_resume Indicates that the file should be flagged as a resume which includes indexing it and uses it for search results. boolean  
  candidate_id   string 64
  first_name   string 64
  middle_name   string 32
  last_name   string 64
  title   string 128
  phone_home   string 40
  phone_cell   string 40
  phone_work   string 40
  address   memo  
  city   string 64
  state   string 64
  zip   string 16
  source   string 128
  date_available   date  
  can_relocate   boolean  
  notes   memo  
  key_skills   memo  
  current_employer   string 128
  date_created   date  
  date_modified   date  
  owner   user  
  entered_by   user  
  email1   string 128
  email2   string 128
  web_site   string 128
  is_hot   boolean  
  desired_pay   string 64
  current_pay   string 64
  is_active   boolean  
  best_time_to_call   string 255
  password   string 128
  country   country  
Example Form
subdomain
transaction_code
id

ID # of the record.
file

Attachment sent over HTTP 1.1 POST specifications.
is_resume

Indicates that the file should be flagged as a resume which includes indexing it and uses it for search results.
candidate_id
 
first_name
 
middle_name
 
last_name
 
title
 
phone_home
 
phone_cell
 
phone_work
 
address
 
city
 
state
 
zip
 
source
 
date_available
 
can_relocate
 
notes
 
key_skills
 
current_employer
 
date_created
 
date_modified
 
owner
 
entered_by
 
email1
 
email2
 
web_site
 
is_hot
 
desired_pay
 
current_pay
 
is_active
 
best_time_to_call
 
password
 
country
 

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