SalesTax

Returns a sales tax

get/api/salestax/{guid}

Path parameters

guidstring uuid required

Response

OK

descriptionstring
isDeletedboolean
guidstring uuid
namestring required
ratenumber double required
isCompoundboolean required

If set to true this will be considered to be a "Compound Tax". A compound tax is a special tax that is calculated after and on top of a primary tax. In Canada, Quebec and Prince Edward Island use compound taxes of 8.5% and 10% respectively.

Example response

{
  "guid": "00000000-0000-0000-0000-000000000000"
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.