[ List of API Functions ] [ CATS Developer Forum ] [ Frequently Asked Questions ]
Example using GET: [Base URL]?[parameter]=[value]
| Required | Parameter | Description | Type | Size |
|---|---|---|---|---|
| YES | first_name | string | 64 | |
| YES | last_name | string | 64 | |
| title | string | 128 | ||
| email1 | string | 128 | ||
| email2 | string | 128 | ||
| phone_work | string | 40 | ||
| phone_cell | string | 40 | ||
| phone_other | string | 40 | ||
| address | memo | |||
| city | string | 64 | ||
| state | string | 64 | ||
| zip | string | 16 | ||
| is_hot | boolean | |||
| notes | memo | |||
| entered_by | user | |||
| owner | user | |||
| date_created | date | |||
| date_modified | date | |||
| left_company | boolean | |||
| company | company | |||
| department | department | |||
| reports_to | contact | |||
| on_duplicate | ignore - Returns a standard response with the id of the existing record update - If record already exists, the action is converted to update the existing record error - If record already exists, throws an error with duplicate record as the message |
string |