Get Tax Parameters

post

/config/sim/v2/sales/getTaxParameters

Gets all the tax parameters

Request

Supported Media Types
Body ()
The input Body model that needs to be given.
Root Schema : schema
Type: object
Show Source
  • If specified, limits the data returned to these fields.
    Example: hierUnitId, objectNum, name
  • If this value is specified, the include parameter is ignored.
    Value Description
    basic Forces the response to include all fields except option string details
    detailed Forces the response to include all fields including option string details
    Example: detailed
  • If specified, limits translated strings returned
    Example: 1,2,3
  • If using paging, number of results returned in this page.
    Example: 100
  • Starting resource record index. Not required if paging parameters are not supported
    Example: 0
  • Sorts the response by the specified field name and sort order.
    Example: hierUnitId:asc
  • If specified, returns records that match the criteria.
    Example: where equals(hierUnitId, 7)
Back to Top

Response

Supported Media Types

200 Response

A collection of Tax parameters.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : items
Type: array
Array of Tax Parameter objects of the organization.
Show Source
Nested Schema : TaxParametersv2
Type: object
Model for Tax Parameter object.
Show Source
Nested Schema : internationalOptionsExt
Type: object
An object containing the descriptive international options list associated with the tax parameter
Show Source
  • A Boolean flag indicating to enable Canadian GST.
    Example: false
  • A Boolean flag indicating to enable Japanese tax options.
    Example: false
  • A Boolean flag indicating to consolidate tax reporting information based on defined Tax Labels configured under Tax Rates.
    Example: false
  • A Boolean flag indicating to enable Thailand tax printing
    Example: false
  • A Boolean flag indicating Post Inclusive Tax to Net Sales Total.
    Example: false
  • 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
  • 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
  • A Boolean flag indicating to print the amount of Japanese Tax Due, even if summary totals are suppressed for the tender media.
    Example: false
  • A Boolean flag indicating to print tax itemizers on guest checks and receipts. This option must be selected for the Philippine tax.
    Example: false
  • 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
  • A Boolean flag indicating to truncate digits after decimal; Set to false to round digits after decimal
    Example: false
  • 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
  • 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
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
Back to Top