GET api/CanadianTax?Province={Province}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Province | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CanadianTax| Name | Description | Type | Additional information |
|---|---|---|---|
| Hst | string |
None. |
|
| Gst | string |
None. |
|
| Pst | string |
None. |
|
| TaxRateMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Hst": "sample string 1",
"Gst": "sample string 2",
"Pst": "sample string 3",
"TaxRateMessage": "sample string 4"
}
application/xml, text/xml
Sample:
<CanadianTax xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaxWebApi.Controllers"> <Gst>sample string 2</Gst> <Hst>sample string 1</Hst> <Pst>sample string 3</Pst> <TaxRateMessage>sample string 4</TaxRateMessage> </CanadianTax>