Returns details of the tax rates used on the specified date.
GetTaxRateByDate(TaxDate AS Date)
XML String
TaxDate = Date for which to view tax rates.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
tTaxStart |
DateTime |
8 |
Start date/time of the tax period. |
|
tTaxEnd |
DateTime |
8 |
End date/time of the tax period. |
|
nServTax |
Decimal |
8 |
Tax rate for service sales. |
|
nRetTax |
Decimal |
8 |
Tax rate for retail sales. |
|
nServPST |
Decimal |
8 |
PST tax rate for service sales. |
|
nServGST |
Decimal |
8 |
GST tax rate for service sales. |
|
nRetailPST |
Decimal |
8 |
PST tax rate for retail sales. |
|
nRetailGST |
Decimal |
8 |
GST tax rate for retail sales. |
|
nTanTax |
Decimal |
8 |
Tax rate for tanning sales. |
|
nTanPST |
Decimal |
8 |
PST tax rate for tanning sales. |
|
nTanGST |
Decimal |
8 |
GST tax rate for tanning sales. |
|
iGId |
Integer |
4 |
Tax Rate Record Global Id. |
|
nMemTax |
Decimal |
8 |
Tax rate for membership sales. |
|
nMemPST |
Decimal |
8 |
PST tax rate for membership sales. |
|
nMemGST |
Decimal |
8 |
GST tax rate for membership sales. |
|
lPSTCumulative |
Boolean |
1 |
|