update_company

(CATS API 2.0)

Updates a company record and optionally adds an attachment.


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

Base URL
https://[subdomain].catsone.nl/api/update_company?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  
  company_id   string 64
  name   string 64
  address   memo  
  city   string 64
  state   string 64
  zip   string 16
  phone1   40  
  phone2   40  
  url   string 128
  key_technologies   memo  
  notes   memo  
  entered_by   user  
  owner   user  
  date_created   date  
  date_modified   date  
  is_hot   boolean  
  fax_number   string 40
  country   country  
Example Form
subdomain
transaction_code
id

ID # of the record.
file

Attachment sent over HTTP 1.1 POST specifications.
company_id
 
name
 
address
 
city
 
state
 
zip
 
phone1
 
phone2
 
url
 
key_technologies
 
notes
 
entered_by
 
owner
 
date_created
 
date_modified
 
is_hot
 
fax_number
 
country
 

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