Difference between revisions of "API:Contact:New"

From docs
Jump to: navigation, search
(API » New Contact)
 
(3 intermediate revisions by one other user not shown)
Line 17: Line 17:
 
'''Optional Fields:'''
 
'''Optional Fields:'''
  
 +
* '''''contact[rep_ids][]''''' - Array of Contact Rep IDs (use an empty array [] to remove all reps)
 +
* '''''contact[contact_phones][]''''' - Array of Contact Phones
 +
* '''''contact[contact_phones][][phone_number]''''' - Contact phone number (e.g. 6158675309)
 +
* '''''contact[contact_phones][][phone_type]''''' - Contact phone type (cell, home, office, fax, headquarters, other)
 
* '''''contact[title]''''' - Contact title (e.g. CEO)
 
* '''''contact[title]''''' - Contact title (e.g. CEO)
 
* '''''contact[email]''''' - Contact email address (e.g. fred@aol.com)
 
* '''''contact[email]''''' - Contact email address (e.g. fred@aol.com)
Line 34: Line 38:
 
* '''''contact[last_contacted]''''' - Contact last contacted date/time (e.g. '2014-08-10 12:34:56')
 
* '''''contact[last_contacted]''''' - Contact last contacted date/time (e.g. '2014-08-10 12:34:56')
 
* '''''contact[default_phone][phone_number]''''' - Contact default phone number (e.g. 6158675309)
 
* '''''contact[default_phone][phone_number]''''' - Contact default phone number (e.g. 6158675309)
* '''''contact[default_phone][type]''''' - Contact default phone type (cell, home, office, fax, headquarters, other)
+
* '''''contact[default_phone][phone_type]''''' - Contact default phone type (cell, home, office, fax, headquarters, other)
  
 
'''Data Returned:'''
 
'''Data Returned:'''

Latest revision as of 08:09, 25 August 2017

API » New Contact

URL: https://app.callproof.com/api/contact/new/

Method: POST

Required Fields:

  • api_key[key] - API Key
  • api_key[secret] - API Key Secret
  • contact[contact_type] - Contact custom contact type (https://app.callproof.com/contact_types/)
  • contact[first_name] - Contact first name
  • contact[last_name] - Contact last name
  • contact[company_name] - Contact company name

Optional Fields:

  • contact[rep_ids][] - Array of Contact Rep IDs (use an empty array [] to remove all reps)
  • contact[contact_phones][] - Array of Contact Phones
  • contact[contact_phones][][phone_number] - Contact phone number (e.g. 6158675309)
  • contact[contact_phones][][phone_type] - Contact phone type (cell, home, office, fax, headquarters, other)
  • contact[title] - Contact title (e.g. CEO)
  • contact[email] - Contact email address (e.g. fred@aol.com)
  • contact[account] - Contact account number (e.g. 123456)
  • contact[invoice] - Contact invoice number (e.g. 123456)
  • contact[website] - Contact website URL (e.g. http://example.com/)
  • contact[address] - Contact address
  • contact[address2] - Contact address2
  • contact[city] - Contact city
  • contact[state] - Contact two letter state name (e.g. TN, FL, CA)
  • contact[zip] - Contact zip code
  • contact[country] - Contact country
  • contact[latitude] - Contact latitude
  • contact[longitude] - Contact longitude
  • contact[unknown] - Set to '1' if Contact is unknown
  • contact[do_not_sms] - Set to '1' if Contact should not be sent SM messages
  • contact[last_contacted] - Contact last contacted date/time (e.g. '2014-08-10 12:34:56')
  • contact[default_phone][phone_number] - Contact default phone number (e.g. 6158675309)
  • contact[default_phone][phone_type] - Contact default phone type (cell, home, office, fax, headquarters, other)

Data Returned:

  • results - Contact as provided
  • errors - Array of errors produced by the request
  • code - HTTP request status