update_joborder

(CATS API 2.0)

Updates a job order record and optionally adds an attachment.


[ List of API Functions ] [ Frequently Asked Questions ]

Base URL
https://[subdomain].catsone.com/api/update_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
YES id ID # of the record. string  
  file Attachment sent over HTTP 1.1 POST specifications. file  
  joborder_id   string  
  recruiter   user  
  contact   contact  
  company   company  
  entered_by   user  
  owner   user  
  client_job_id   string 32
  title   string 64
  description   memo  
  notes   memo  
  type   string 3
  duration   string 64
  rate_max   string 255
  salary   string 64
  status   string 64
  is_hot   boolean  
  openings   number  
  city   string 64
  state   string 64
  zip   string 15
  start_date   date  
  date_created   date  
  date_modified   date  
  public   boolean  
  department   department  
  sourcer   user  
  openings_available   number  
  country   country  
Example Form
subdomain
transaction_code
id

ID # of the record.
file

Attachment sent over HTTP 1.1 POST specifications.
joborder_id
 
recruiter
 
contact
 
company
 
entered_by
 
owner
 
client_job_id
 
title
 
description
 
notes
 
type
 
duration
 
rate_max
 
salary
 
status
 
is_hot
 
openings
 
city
 
state
 
zip
 
start_date
 
date_created
 
date_modified
 
public
 
department
 
sourcer
 
openings_available
 
country
 

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