thatssoash / comp231-001-Team-4

2 stars 0 forks source link

Method to call CRA API to submit form #38

Open thatssoash opened 3 years ago

MaziarH commented 3 years ago

This API provides the current GST and HST provincial rates as well as historical rates since January 1, 2008. Such information is also available online. To use this API, please subscribe to our API plan. Our plan doesn’t require approval and you can call the API by checking the Test / View OpenAPI tab.

Implementation Notes GST/HST provincial rates table

Response Class (Status 200) GST/HST provincial rates table

{ "GstRateProvinceList": [ { "ProvinceCode": "BC", "GstRateDatePairList": [ { "GstRate": 0.05, "EffectiveDate": "2008-01-01", "ExpiryDate": "2010-06-30" } ] } ] }

MaziarH commented 3 years ago

Parameter: <user-key? Description: API Access Key Parameter Type: Header Data Type: String