Difference between revisions of "API:Appointment:New"

From docs
Jump to: navigation, search
(Created page with "== API » Appointment New == '''URL:''' <nowiki>https://app.callproof.com/api/appts/new/</nowiki> '''Method:''' POST '''Required Fields:''' * '''''api_key[key]''''...")
 
(No difference)

Latest revision as of 13:03, 4 August 2017

API » Appointment New

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

Method: POST

Required Fields:

  • api_key[key] - API Key
  • api_key[secret] - API Key Secret
  • appointment_data[contact_id] - Contact ID for which to start the appointment

Optional Fields:

  • appointment_data[start_time] - Start Time of appointment (e.g. '2014-08-10 12:34:56')
  • appointment_data[latitude] - Latitude for appointment
  • appointment_data[longitude] - Longitude for appointment

Data Returned:

  • results - Appointment details
  • errors - Array of errors produced by the request
  • code - HTTP request status