portal_profile_update

(CATS API 2.0)

Updates candidate data for a registered candidate on the careers website portal.


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

Base URL
https://[subdomain].catsone.nl/api/portal_profile_update?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 Candidate ID #. number  
  file Resume attachment. file  
YES first_name   string 40
  middle_name   string 40
YES last_name   string 40
  address   string 500
  city   string 90
  state   string 60
  post_code   string 20
YES email   string 255
  password   string 30
  title   string 75
  phone_home   string 30
  phone_work   string 30
  phone_cell   string 30
  website   string 255
Example Form
subdomain
transaction_code
id

Candidate ID #.
file

Resume attachment.
first_name
 
middle_name
 
last_name
 
address
 
city
 
state
 
post_code
 
email
 
password
 
title
 
phone_home
 
phone_work
 
phone_cell
 
website
 

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