latestSwagger 2.02026-08-1766151238.8 KB

a444c5b1e78b

SalesTax

Created a new sales tax (contact)

post/api/salestax

Request body

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 request

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

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"
}