Skip to content
New issue

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

No support for tasks #105

Open
timkant opened this issue Apr 3, 2019 · 2 comments
Open

No support for tasks #105

timkant opened this issue Apr 3, 2019 · 2 comments

Comments

@timkant
Copy link

timkant commented Apr 3, 2019

When can we expect support for tasks in the SDK?

@johnreed
Copy link

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:

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)?

@johnreed
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants