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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Could the API be expanded to support this operation?
The text was updated successfully, but these errors were encountered: