Get Tax Parameters
post
/config/sim/v2/sales/getTaxParameters
Gets all the tax parameters
Request
Supported Media Types
- application/json
- multipart/form-data
A request body
Root Schema : TaxParameterGetRequestBodyv2
Type:
object
The input Body model that needs to be given.
Show Source
-
include:
string
Objects included in the response.Example:
hierUnitId
-
includeAll:
string
This can take 2 values: basic or detailed. If 'basic' is specified, The response contains all the properties of the object except
Ext values. If 'detailed' is specified, The response contains all the properties of the object. Example:detailed
-
langIds:
string
If specified, limits the translated strings returned.Example:
1,2,3
-
limit:
integer
If using paging, number of results returned in this page.
-
offset:
integer
Starting resource record index. Not required if paging parameters are not supported.
-
orderBy:
string
Sorts the response by the specified field name and sort order.Example:
objectNum:asc
-
searchCriteria:
string
Search criteria to filter results based on field value.Example:
where equals(objectNum,1)
Response
Supported Media Types
- application/json
200 Response
A collection of tax parameters entities in an organization.
Root Schema : TaxParametersGetResponsev2
Type:
Show Source
object
-
count:
integer
Current response record count.Example:
9
-
hasMore:
boolean
Flag indicating if there are more objects to fetch.Example:
true
-
items:
array items
Array of Tax Parameter objects of the organization.
-
limit:
integer
Server page sizeExample:
10
-
offset:
integer
Starting resource record indexExample:
0
-
totalResults:
integer
Total number of rows (excluding the paging parameters)Example:
100
Nested Schema : items
Type:
array
Array of Tax Parameter objects of the organization.
Show Source
-
Array of:
object TaxParametersResponsev2
Model for Tax Parameter object.
Nested Schema : TaxParametersResponsev2
Type:
object
Model for Tax Parameter object.
Show Source
-
hierUnitId:
integer
Unique reference of the hierarchy unitExample:
2
-
hierUnitObjNum:
integer
Object number of the hierarchy unitExample:
1
-
internationalOptions:
string
A string value of 0s & 1s of length 32 representing the enablement or disablement of the options associated with the currency parameterExample:
00000000000000000000000000000000
-
internationalOptionsExt:
object internationalOptionsExt
An object containing the descriptive international options list associated with the tax parameter
-
options:
string
A string value of 0s & 1s of length 10 representing the enablement or disablement of the options associated with the tax parameterExample:
0000000000
-
optionsExt:
object optionsExt
An object containing the descriptive options list associated with the tax parameter
-
printVATLineForTaxRates:
string
A string value of 0s & 1s of length 64 representing the enablement / disablement of printing the VAT lines for the tax rates.Example:
0000000001011110000000000000000000000000000000000000000000000000
-
printVATLineForTaxRatesExt:
object printVATLineForTaxRatesExt
An object containing the descriptive list of the tax rates for which VAT lines are to be printed.
Nested Schema : internationalOptionsExt
Type:
object
An object containing the descriptive international options list associated with the tax parameter
Show Source
-
addOnCalcNetOfInclTax:
boolean
A boolean flag indicating whether add-on taxes to calculate on sales net inclusive tax are configured. This option bit is supported from Simphony 19.8 and above.Example:
false
-
enableCandianGST:
boolean
A boolean flag indicating to enable Canadian GST.Example:
false
-
enableJapaneseTax:
boolean
A boolean flag indicating to enable Japanese tax options.Example:
false
-
enableTaxLabels:
boolean
A boolean flag indicating to consolidate tax reporting information based on defined Tax Labels configured under Tax Rates.Example:
false
-
enableThailandTaxPrinting:
boolean
A boolean flag indicating to enable Thailand tax printingExample:
false
-
postInclTaxToNetSalesTotal:
boolean
A boolean flag indicating Post Inclusive Tax to Net Sales Total.Example:
false
-
printCheckInclTaxTotal:
boolean
A boolean flag indicating to print the total inclusive tax calculated on the total sales for each tax rate on guest checks when a check has items with inclusive taxes.Example:
false
-
printItemInclTaxTotal:
boolean
A boolean flag indicating to print the total inclusive tax calculated on the total sales for each tax rate on guest checks when a check has items with inclusive taxes.Example:
false
-
printJapaneseTaxAmtDue:
boolean
A boolean flag indicating to print the amount of Japanese Tax Due, even if summary totals are suppressed for the tender media.Example:
false
-
printTaxItmzrs:
boolean
A boolean flag indicating to print tax itemizers on guest checks and receipts. This option must be selected for the Philippine tax.Example:
false
-
printTaxRatePerItem:
boolean
A boolean flag indicating to print the applied tax rates for each menu item on guest checks, customer receipts, and in the journal.Example:
false
-
roundJapaneseTaxAfterDecimal:
boolean
A boolean flag indicating to truncate digits after decimal; Set to false to round digits after decimalExample:
false
-
svcChgNetOfInclTaxValue:
boolean
A boolean flag indicating Service Charge Itemizer is Net of Inclusive Tax. This option bit is supoorted from Simphony 19.8 and above.Example:
false
-
truncateInclusiveTaxes:
boolean
A boolean flag indicating to truncate inclusive tax amounts. Deselect to round inclusive tax amounts.Example:
false
Nested Schema : optionsExt
Type:
object
An object containing the descriptive options list associated with the tax parameter
Show Source
-
dontIncludeTaxInTipReportTtl:
boolean
A boolean flag indicating to prevent a transaction's calculated tax amount from posting to the Gross Receipts and Charged Receipts totals on Tip Reports.Example:
false
-
excludeStartAmountOnTaxableSales:
boolean
A boolean flag indicating to exclude the start amount on Taxable Sales.Example:
false
-
postTxblSlsWhenTaxRateIs0:
boolean
A boolean flag indicating to post taxable sales when the tax rate is set to 0.00%.Example:
false
-
printConslVATOnReceipts:
boolean
A boolean flag indicating to print a consolidated VAT line..Example:
false
-
printInclTaxBeforeSummaryTtls:
boolean
A boolean flag indicating to print inclusive tax totals before the summary totals on guest checks and customer receipts.Example:
false
-
printInclTaxTtlsWhen0:
boolean
A boolean flag indicating to print inclusive totals on guest checks and customer receipts, even when the tax is zero.Example:
false
-
printTaxExmptVoucher:
boolean
A boolean flag indicating to print a voucher when a tax is exempted using a Tax Exempt key or by a Tender key that is programmed to exempt tax. Deselect to suppress printing the tax exempt voucher..Example:
false
-
printVATNetTtlOnReceipts:
boolean
A boolean flag indicating to print a VAT Net Totals line on guest checks and customer receipts.Example:
false
-
prorateTaxForEachComboItemAsPercent:
boolean
A boolean flag indicating to prorate the menu item price of each combo meal item as a percentage of the total combo meal price in order to apply the correct amount of tax to each item.Example:
false
-
requireRefEntryWithTaxExemptions:
boolean
A boolean flag indicating to enforce workstation operators to enter an alphanumeric Reference Entry when using Exempt Tax keys.Example:
false
Nested Schema : printVATLineForTaxRatesExt
Type:
object
An object containing the descriptive list of the tax rates for which VAT lines are to be printed.
Show Source
-
printVATLineForRate1:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 1Example:
false
-
printVATLineForRate10:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 10Example:
false
-
printVATLineForRate11:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 11Example:
false
-
printVATLineForRate12:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 12Example:
false
-
printVATLineForRate13:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 13Example:
false
-
printVATLineForRate14:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 14Example:
false
-
printVATLineForRate15:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 15Example:
false
-
printVATLineForRate16:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 16Example:
false
-
printVATLineForRate17:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 17Example:
false
-
printVATLineForRate18:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 18Example:
false
-
printVATLineForRate19:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 19Example:
false
-
printVATLineForRate2:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 2Example:
false
-
printVATLineForRate20:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 20Example:
false
-
printVATLineForRate21:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 21Example:
false
-
printVATLineForRate22:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 22Example:
false
-
printVATLineForRate23:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 23Example:
false
-
printVATLineForRate24:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 24Example:
false
-
printVATLineForRate25:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 25Example:
false
-
printVATLineForRate26:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 26Example:
false
-
printVATLineForRate27:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 27Example:
false
-
printVATLineForRate28:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 28Example:
false
-
printVATLineForRate29:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 29Example:
false
-
printVATLineForRate3:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 3Example:
false
-
printVATLineForRate30:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 30Example:
false
-
printVATLineForRate31:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 31Example:
false
-
printVATLineForRate32:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 32Example:
false
-
printVATLineForRate33:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 33Example:
false
-
printVATLineForRate34:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 34Example:
false
-
printVATLineForRate35:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 35Example:
false
-
printVATLineForRate36:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 36Example:
false
-
printVATLineForRate37:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 37Example:
false
-
printVATLineForRate38:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 38Example:
false
-
printVATLineForRate39:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 39Example:
false
-
printVATLineForRate4:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 4Example:
false
-
printVATLineForRate40:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 40Example:
false
-
printVATLineForRate41:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 41Example:
false
-
printVATLineForRate42:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 42Example:
false
-
printVATLineForRate43:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 43Example:
false
-
printVATLineForRate44:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 44Example:
false
-
printVATLineForRate45:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 45Example:
false
-
printVATLineForRate46:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 46Example:
false
-
printVATLineForRate47:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 47Example:
false
-
printVATLineForRate48:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 48Example:
false
-
printVATLineForRate49:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 49Example:
false
-
printVATLineForRate5:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 5Example:
false
-
printVATLineForRate50:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 50Example:
false
-
printVATLineForRate51:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 51Example:
false
-
printVATLineForRate52:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 52Example:
false
-
printVATLineForRate53:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 53Example:
false
-
printVATLineForRate54:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 54Example:
false
-
printVATLineForRate55:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 55Example:
false
-
printVATLineForRate56:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 56Example:
false
-
printVATLineForRate57:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 57Example:
false
-
printVATLineForRate58:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 58Example:
false
-
printVATLineForRate59:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 59Example:
false
-
printVATLineForRate6:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 6Example:
false
-
printVATLineForRate60:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 60Example:
false
-
printVATLineForRate61:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 61Example:
false
-
printVATLineForRate62:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 62Example:
false
-
printVATLineForRate63:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 63Example:
false
-
printVATLineForRate64:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 64Example:
false
-
printVATLineForRate7:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 7Example:
false
-
printVATLineForRate8:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 8Example:
false
-
printVATLineForRate9:
boolean
A boolean flag indicating if the VAT Line is to be printed for tax rate with object number 9Example:
false
400 Response
400 Bad Request
Root Schema : ErrorDetails
Type:
object
Response body when the request returns an error.
Show Source
-
detail(required):
string
A short, human-readable summary of the problem.Example:
Specified Data is invalid
-
errorDetails(required):
string
A human-readable explanation specific to this occurrence of the problem.Example:
Entity Does Not Exist
-
o:errorCode(required):
integer
Error code of the problemExample:
55223
-
status(required):
integer
HTTP status code.Example:
400
-
title(required):
string
A short, human-readable summary of the problem type.Example:
VALIDATION ERROR
-
type(required):
string
A URI reference that identifies the problem type. When this member is not present, its value is assumed to be "about:blank".Example:
http://www.abc.org/xyz.html
404 Response
404 Requested resource not found