Difference between revisions of "API:Followup:Create"
(Created page with "== API » New Followup == '''URL:''' <nowiki>https://app.callproof.com/api/followup/new/</nowiki> '''Method:''' POST '''Required Fields:''' * '''''api_key[key]''''...") |
(→API » New Followup) |
||
Line 17: | Line 17: | ||
'''Data Returned:''' | '''Data Returned:''' | ||
− | * '''''results''''' - | + | * '''''results''''' - Created Followup Details |
* '''''errors''''' - Array of errors produced by the request | * '''''errors''''' - Array of errors produced by the request | ||
* '''''code''''' - HTTP request status | * '''''code''''' - HTTP request status |
Latest revision as of 13:18, 26 July 2017
API » New Followup
URL: https://app.callproof.com/api/followup/new/
Method: POST
Required Fields:
- api_key[key] - API Key
- api_key[secret] - API Key Secret
- followup[start_datetime] - Start Time of followup (e.g. '2014-08-10 12:34:56')
- followup[notes] - Notes for followup
- followup[contact_id] - Contact
- followup[duration] - Duration in second
- followup[completed] - Status of followup; 1 for completed else 0
Data Returned:
- results - Created Followup Details
- errors - Array of errors produced by the request
- code - HTTP request status