We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When can we expect support for tasks in the SDK?
The text was updated successfully, but these errors were encountered:
What's the status on support for tasks related to contacts?
When trying to add a task with ownerType = contact I keep getting the following error:
ownerType = contact
The task deal id was not provided.
Not sure why the API is requiring a deal id (when relid is referencing a contact, not a deal)?
relid
Sorry, something went wrong.
Confirmed that the endpoint is working via curl:
curl \ -d '{"dealTask":{"title":null,"ownerType":"contact","relid":"7","status":0,"note":"Testing Task","duedate":"2017-02-25T12:00:00-06:00","edate":"2017-02-25T12:15:00-06:00","dealTasktype":"1","assignee":2}}' \ -H "Api-Token: YOUR_TOKEN" \ -H "Content-Type: application/json" \ -X POST https://youraccountname.api-us1.com/api/3/dealTasks/
Would be nice if this functionality could be incorporated into class AC_Contact
class AC_Contact
No branches or pull requests
When can we expect support for tasks in the SDK?
The text was updated successfully, but these errors were encountered: