UpdateToDo

Overview

Update a To-Do (assigned to a contact) based on information sent via an http form post.

URL

POST/api/2/UpdateToDo.aspx

Parameters

FieldMax LengthRequiredNotes
response_typefalseDefault results will be returned in XML.
Set this field value to json to return results in JSON format
accountidtrueMust be numeric.
Account ID for this account.
Found in Settings > API Settings or for White Label CRM in the Admin control panel
teammemberidfalseDefault is 0 for Account Owner
apikeytrueAPI Key for this account.
Found in Settings > API Settings or for White Label CRM in the Admin control panel
todoidtrueYou can find the todoid in the GetToDos function
contactidfalse
priority1falsePossible Values
1 – High
3 – Normal
5 – Low
summary50false
details250false
duedatefalseDate in the following format: MM/DD/YYYY
categoryfalsePossible Values
1 – Email
2 – Letter
3 – Phone Call
(blank) – No Category
statusfalsePossible Values
0 – Open/Incomplete
1 – Closed/Complete
emailtemplateidfalseNeeded for category "Email" only
lettertemplateidfalseNeeded for "Letter" only