Update a To-Do (assigned to a contact) based on information sent via an http form post.
Field | Max Length | Required | Notes |
---|---|---|---|
response_type | false | Default results will be returned in XML. Set this field value to json to return results in JSON format | |
accountid | true | Must be numeric. Account ID for this account. Found in Settings > API Settings or for White Label CRM in the Admin control panel | |
teammemberid | false | Default is 0 for Account Owner | |
apikey | true | API Key for this account. Found in Settings > API Settings or for White Label CRM in the Admin control panel | |
todoid | true | You can find the todoid in the GetToDos function | |
contactid | false | ||
priority | 1 | false | Possible Values 1 – High 3 – Normal 5 – Low |
summary | 50 | false | |
details | 250 | false | |
duedate | false | Date in the following format: MM/DD/YYYY | |
category | false | Possible Values 1 – Email 2 – Letter 3 – Phone Call (blank) – No Category | |
status | false | Possible Values 0 – Open/Incomplete 1 – Closed/Complete | |
emailtemplateid | false | Needed for category "Email" only | |
lettertemplateid | false | Needed for "Letter" only |