set_status

(CATS API 2.0)

Sets a candidate's status in a job order pipeline.


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

Base URL
https://[subdomain].catsone.nl/api/set_status?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 data_type candidate, contact, company or job order. This parameter must be set to qualify the id parameter. string 128
YES id ID # of the record type provided by the data_type parameter. number  
YES status Textual representation of a status to set the record to. string  
  no_activity Set to 'yes' to skip adding an activity record if this is a candidate data_type. string  
Example Form
subdomain
transaction_code
data_type

candidate, contact, company or job order. This parameter must be set to qualify the id parameter.
id

ID # of the record type provided by the data_type parameter.
status

Textual representation of a status to set the record to.
no_activity

Set to 'yes' to skip adding an activity record if this is a candidate data_type.

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