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

Update Known Parameters based on Endpoint #322

Closed

Conversation

himynameistimli
Copy link
Contributor

I've updated the Known Parameters feature so we can add additional query parameters that should exist outside of the where parameter. Usage will be as follows:

xero.quotes.filter(ContactID=1111111) will translate to api.xero.com/api.xro/2.0/Quotes?ContactID=1111111

I've only added Quotes (for my need) and PurchaseOrders (to fix #246).

If someone has the bandwidth to test with the rest, I have added the rest, but commented out so theres no potential for conflict.

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

Successfully merging this pull request may close these issues.

Filter not working for purchase orders
1 participant