Difference between revisions of "API:People:Update"

From docs
Jump to: navigation, search
(Created page with "== API » Update Personnel Details HTML == '''URL:''' <nowiki>https://app.callproof.com/api/contact/personnel/update/</nowiki> '''Method:''' POST '''Required Fields...")
 
(No difference)

Latest revision as of 12:45, 28 September 2018

API » Update Personnel Details HTML

URL: https://app.callproof.com/api/contact/personnel/update/

Method: POST

Required Fields:

  • api_key[key] - API Key
  • api_key[secret] - API Key Secret
  • personnel[id] - Personnel ID


Optional Fields:

  • personnel[first_name] - First name of personnel
  • personnel[last_name] - Last name of personnel
  • personnel[email] - Email of personnel
  • personnel[notes] - Notes of personnel
  • personnel[title] - Title of personnel
  • personnel[disable] - '1' to disable the personnel or '0' to active the personnel


Data Returned:

  • results - Array containing updated Personnel details
  • errors - Array of errors produced by the request
  • code - HTTP request status