API:Appointment:New
Revision as of 13:03, 4 August 2017 by Jeff Epperson (talk | contribs) (Created page with "== API » Appointment New == '''URL:''' <nowiki>https://app.callproof.com/api/appts/new/</nowiki> '''Method:''' POST '''Required Fields:''' * '''''api_key[key]''''...")
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