-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create an endpoint for special cases #7
Comments
Hello @jpmurray Thanks for the API. can you please add support for
Cheers |
@moga111 You can get provincial rates with the province endpoint by calling it like so : I'm not sure I get what you mean by retail sales tax though? Anything missing from the endpoints in the documentation? |
@jpmurray The api provides great info regarding the pst, hst, and gst, but for QC case for example, they have qst, MB they have rst. Here is a link: Thanks! |
@moga111 yes, but it's only a matter of terminology. If you call {
"start": "2013-01-01 00:00:00",
"type": "gst,pst",
"pst": 0.09975,
"hst": 0,
"gst": 0.05,
"applicable": 0.14975,
"source": "Wikipedia (https://en.wikipedia.org/wiki/Sales_taxes_in_Canada), accessed May 31 2019.",
"updated_at": "2019-06-01 14:39:07",
"incoming_changes": false
} In this cast, |
@jpmurray Thanks for the reply and sorry for not following up early. |
@moga111 Sure thing! |
Quick example:
The text was updated successfully, but these errors were encountered: