-
Notifications
You must be signed in to change notification settings - Fork 10
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
How to retrieve values of Custom Fields from the Invoice objects? #9
Comments
Right now it's not possible to get information out of the custom fields on the invoice. The base class requires that we be explicit about the fields that are getting returned. My use case at the time didn't include custom fields but I'd be happy to accept a pull request that had that functionality. |
Hi, Rimas: Thank you for replying to me! Here is the information that the Zoho team gave me:The API documentation is currently not updated with the documentation for The API URL to get the custom fields for the invoices is : https://invoice.zoho.com/api/v3/settings/customfields/invoice?authtoken= Sample response:
For every GET URL, you will be required to pass parameters like _authtoken_and organization_id.I would be happy to try to add this to your gem and then issue a pull Thanks again. Sincerely, On Tue, Mar 4, 2014 at 2:00 PM, Rimas Silkaitis [email protected]:
|
Dear Rimas: I created a pull request. Please consider it. It was a lot of fun Thank you. Sincerely, On Tue, Mar 4, 2014 at 2:53 PM, Alex Sherstinsky <
|
@alexsherstinsky do you have your adjusted v3 code available as a fork as well? I'm looking everywhere (in the current gem) how to retrieve a single invoice by just using the id, according to the API it should be very easy, like doing |
@alexsherstinsky Thanks for doing that. I'll look through the pull requests and make comments there. |
Thank you! Looking forward to learning if it was done well enough to be On Tue, Nov 11, 2014 at 6:37 AM, Rimas Silkaitis [email protected]
Alex Sherstinsky |
Dear Author of the Zoho_Invoice Gem:
I am a very happy user of this gem -- thanks so much for making it available!
I hope you can help me with this question. Our Invoice records utilize Custom Fields, and I was trying to retrieve the values of these Custom Fields via the zoho_invoice gem utilities; however, I have not been able to figure out how to do that. Is there a way to do so? If yes, could you please share it with me? Or is this the limitation of the underlying Zoho Invoice XML API itself? I have sent an inquiry to their support, but have not heard back yet.
Thank you for your help.
Sincerely,
--Alex Sherstinsky
The text was updated successfully, but these errors were encountered: