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

Can't Add a Contact to a Case #39

Open
mightybyte opened this issue Jun 19, 2012 · 0 comments
Open

Can't Add a Contact to a Case #39

mightybyte opened this issue Jun 19, 2012 · 0 comments
Milestone

Comments

@mightybyte
Copy link

I'm trying to use this api to create cases and add existing contacts to them. I tried code like this, but it didn't seem to work:

people = Highrise::Person.find_all_across_pages()
kase = Highrise::Kase.new
kase.name = "Test Case"
kase.parties = [people[0]]
kase.save

Could the API be expanded to support this operation?

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

1 participant