add_activity

(CATS API 2.0)

Adds an activity log to a candidate or contact record. The activity can optionally be linked to include a job order (if applicable).


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

Base URL
https://[subdomain].catsone.nl/api/add_activity?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 or contact. string 128
YES id id # string  
  type call, email, meeting, call_talked, call_lvm, call_missed, other (defaults to other). string 20
YES notes Notes for the activity. Any code (HTML, CSS, Javascript) will be stripped. string 5000
  joborder_id Optional job order ID # if the activity should be linked to a job order. string  
Example Form
subdomain
transaction_code
data_type

candidate or contact.
id

id #
type

call, email, meeting, call_talked, call_lvm, call_missed, other (defaults to other).
notes

Notes for the activity. Any code (HTML, CSS, Javascript) will be stripped.
joborder_id

Optional job order ID # if the activity should be linked to a job order.

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